[ROOT] / doc / DocFrag / ARAdventureWorksOLAP.DimPromotionP.FrenchType / Attribute / PKTypeAttribute
PKTypeAttribute
| Key | Value |
|---|---|
| BoilerplateCodeProperties | // Autogenerated boilerplate code. Paste into your class as needed. public String FrenchType{ get => IP.GetPV<String>(DimPromotionP.FrenchType); set => IP.SetPV(DimPromotionP.FrenchType, value); } public AddFrenchType(String frenchType) => IP.AddPV(DimPromotionP.FrenchType, frenchType); public String? GetFrenchType() => TryGetFrenchType(out var retval) ? retval : null; public String GetFrenchType(String defaultValue) => TryGetFrenchType(out var retval) ? retval : defaultValue; public bool TryGetFrenchType(out String frenchType) => IP.TryGetPV(DimPromotionP.FrenchType, out frenchType); |
| Cardinality | HistoryOnly |
| Description | Called 'FrenchPromotionType' in original sample database |
| EnumMember | FrenchType |
| EnumType | DimPromotionP |
| IsObligatory | -False- |
| Type | -String- |
7 items
Generated 2025-11-05 07:55:20.202 UTC