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.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax Type IQuerySpec.ResultsetType { get; }
Private ReadOnly Property ResultsetType As Type
Implements IQuerySpec.ResultsetType
Get
Property Value
Type:
TypeImplements
IQuerySpecResultsetTypeSee Also