QuerySpecIQuerySpecResultsetType Property |
Gets the type of the resultset. For DynamicQuery instances this is List<object>, for DynamicQuery<T> this is List<T>, and for
EntityQuery<T>, this is either an IEntityCollection or IEntityCollection2 created for the type T.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax Type IQuerySpec.ResultsetType { get; }
Private ReadOnly Property ResultsetType As Type
Implements IQuerySpec.ResultsetType
Get
Property Value
Type:
TypeImplements
IQuerySpecResultsetTypeSee Also