Intersoft ClientUI Documentation
Parse<TEntity>(EntityQuery<TEntity>,QueryDescriptor,Boolean) Method



Syntax
<ExtensionAttribute()>
Public Overloads Shared Function Parse(Of TEntity As Entity)( _
   ByVal query As EntityQuery(Of TEntity), _
   ByVal queryDescriptor As QueryDescriptor, _
   ByVal applyPageDescriptor As Boolean _
) As EntityQuery(Of TEntity)
Dim query As EntityQuery(Of TEntity)
Dim queryDescriptor As QueryDescriptor
Dim applyPageDescriptor As Boolean
Dim value As EntityQuery(Of TEntity)
 
value = EntityQueryExtensions.Parse(Of TEntity)(query, queryDescriptor, applyPageDescriptor)
[ExtensionAttribute()]
public:
static EntityQuery<TEntity^>^ Parsegeneric<typename TEntity>
( 
   EntityQuery<TEntity^>^ query,
   QueryDescriptor^ queryDescriptor,
   bool applyPageDescriptor
) 
where TEntity: Entity

Parameters

query
queryDescriptor
applyPageDescriptor

Type Parameters

TEntity
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQueryExtensions Class
EntityQueryExtensions Members
Overload List

Send Feedback