CachedResultsetTypePerOrdinal Property  | 
 
            Gets the .NET type per ordinal list, where the ordinal is the index in the returned list. Can be null, in which case no type info is available. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic List<Type> TypePerOrdinal { get; }Public ReadOnly Property TypePerOrdinal As List(Of Type)
	Get
Property Value
Type: 
ListType
See Also