[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimGeographyP.FrenchCountryName / Attribute / PKTypeAttribute
PKTypeAttribute
Key | Value |
---|---|
BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String FrenchCountryName{ get => IP.GetPV<String>(DimGeographyP.FrenchCountryName); set => IP.SetPV(DimGeographyP.FrenchCountryName, value); } public AddFrenchCountryName(String frenchCountryName) => IP.AddPV(DimGeographyP.FrenchCountryName, frenchCountryName); public String? GetFrenchCountryName() => TryGetFrenchCountryName(out var retval) ? retval : null; public String GetFrenchCountryName(String defaultValue) => TryGetFrenchCountryName(out var retval) ? retval : defaultValue; public bool TryGetFrenchCountryName(out String frenchCountryName) => IP.TryGetPV(DimGeographyP.FrenchCountryName, out frenchCountryName); |
Cardinality | HistoryOnly |
Description | Called 'FrenchCountryRegionName' in original sample database |
EnumMember | FrenchCountryName |
EnumType | DimGeographyP |
IsObligatory | -False- |
Type | -String- |
7 items
Generated 2025-06-18 19:12:30.383 UTC