CachedResultsetDataReaderGetOrdinal Method  | 
 
            Gets the column ordinal given the name of the column.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic override int GetOrdinal(
	string name
)
Public Overrides Function GetOrdinal ( 
	name As String
) As Integer
Parameters
- name
 - Type: SystemString
The name of the column. 
Return Value
Type: 
Int32
            The zero-based column ordinal.
            
Implements
IDataRecordGetOrdinal(String)
See Also