| 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.1.0.0 (5.1.0)
SyntaxType IQuerySpec.ResultsetType { get; }Private ReadOnly Property ResultsetType As Type
	Implements IQuerySpec.ResultsetType
	Get
Property Value
Type: 
TypeImplements
IQuerySpecResultsetType
See Also