Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public List<Type> TypePerOrdinal { get; }

Property Value

Type: ListType
See Also