Click or drag to resize
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.DataImport
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public int OrdinalPosition { get; set; }

Property Value

Type: Int32
See Also