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.6.0.0 (5.6.19.0117)
Syntax public List<Type> TypePerOrdinal { get; }
Public ReadOnly Property TypePerOrdinal As List(Of Type)
Get
Property Value
Type:
ListTypeSee Also