Click or drag to resize
CachedResultset.TypePerOrdinal 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.3.0.0 (5.3.0)
Syntax
public List<Type> TypePerOrdinal { get; }

Property Value

Type: List<Type>
See Also