StaticEntityFieldsDataContainerOwnPrimaryKeyFieldIndexes Property |
Gets the own primary key field indexes, so not the inherited indexes as well.
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<int> OwnPrimaryKeyFieldIndexes { get; }
Public ReadOnly Property OwnPrimaryKeyFieldIndexes As List(Of Integer)
Get
Property Value
Type:
ListInt32See Also