[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimAccountP.CustomMemberOptions / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String CustomMemberOptions{
get => IP.GetPV<String>(DimAccountP.CustomMemberOptions);
set => IP.SetPV(DimAccountP.CustomMemberOptions, value);
}
public AddCustomMemberOptions(String customMemberOptions) => IP.AddPV(DimAccountP.CustomMemberOptions, customMemberOptions);
public String? GetCustomMemberOptions() => TryGetCustomMemberOptions(out var retval) ? retval : null;
public String GetCustomMemberOptions(String defaultValue) => TryGetCustomMemberOptions(out var retval) ? retval : defaultValue;
public bool TryGetCustomMemberOptions(out String customMemberOptions) => IP.TryGetPV(DimAccountP.CustomMemberOptions, out customMemberOptions);


CardinalityHistoryOnly
EnumMemberCustomMemberOptions
EnumTypeDimAccountP
IsObligatory-False-
Type-String-

6 items

Edit


Generated 2024-06-01 20:22:32.011 UTC