[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimSalesReasonP.Type / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String Type{
get => IP.GetPV<String>(DimSalesReasonP.Type);
set => IP.SetPV(DimSalesReasonP.Type, value);
}
public AddType(String type) => IP.AddPV(DimSalesReasonP.Type, type);
public String? GetType() => TryGetType(out var retval) ? retval : null;
public String GetType(String defaultValue) => TryGetType(out var retval) ? retval : defaultValue;
public bool TryGetType(out String type) => IP.TryGetPV(DimSalesReasonP.Type, out type);


CardinalityHistoryOnly
DescriptionCalled 'SalesReasonReasonType' in original sample database
EnumMemberType
EnumTypeDimSalesReasonP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-06-01 21:44:58.978 UTC