EntityFieldsCoreTFieldPrimaryKeyFields Property |
List of field references which form the primary key. Returns empty list if this object isn't part of an entity.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public List<TField> PrimaryKeyFields { get; }
Public ReadOnly Property PrimaryKeyFields As List(Of TField)
Get
Property Value
Type:
ListTFieldSee Also