[ROOT] / doc / toc / ARAdventureWorksOLAP / Enum / DimResellerP / DimGeographyId / __TOCDet / Attribute / PKTypeAttribute

PKTypeAttribute

PKTypeAttribute

KeyValue
BoilerplateCodeProperties// Autogenerated boilerplate code. Paste into your class as needed.
public String DimGeographyId{
get => IP.GetPV<String>(DimResellerP.DimGeographyId);
set => IP.SetPV(DimResellerP.DimGeographyId, value);
}
public AddDimGeographyId(String dimGeographyId) => IP.AddPV(DimResellerP.DimGeographyId, dimGeographyId);
public String? GetDimGeographyId() => TryGetDimGeographyId(out var retval) ? retval : null;
public String GetDimGeographyId(String defaultValue) => TryGetDimGeographyId(out var retval) ? retval : defaultValue;
public bool TryGetDimGeographyId(out String dimGeographyId) => IP.TryGetPV(DimResellerP.DimGeographyId, out dimGeographyId);


CardinalityHistoryOnly
DescriptionCalled 'GeographyKey' in original sample database
EnumMemberDimGeographyId
EnumTypeDimResellerP
IsObligatory-False-
Type-String-

7 items

Edit


Generated 2024-05-29 06:08:50.047 UTC