| IQuerySpecResultsetType 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.7.0.0 (5.7.0)
 Syntax
SyntaxType ResultsetType { get; }ReadOnly Property ResultsetType As Type
	Get
Property Value
Type: 
Type See Also
See Also