ImportableDBFieldOrdinalPosition Property |
The ordinal position of the instance of DBField in the table or view referenced by Parent
OrdinalPosition is 1-based, which means the first field has OrdinalPosition 1.
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public int OrdinalPosition { get; set; }
Public Property OrdinalPosition As Integer
Get
Set
Property Value
Type:
Int32See Also