| DBFieldOrdinalPosition Property  | 
 
            The ordinal position of the instance of 
DBField in the table or view referenced by ParentTable or ParentView.
            (See 
DBTableField and 
DBViewField)
            OrdinalPosition is also called 'column identification number' and is the order in the fieldlist 
            of the table or view. OrdinalPosition is 1-based, which means the first field has OrdinalPosition 1.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax[AllowInFilterAttribute(1)]
public int OrdinalPosition { get; set; }<AllowInFilterAttribute(1)>
Public Property OrdinalPosition As Integer
	Get
	Set
Property Value
Type: 
Int32
See Also