Intersoft.Client.Data.Provider.Ria Namespace > EntityQueryExtensions Class > Parse Method : Parse<TEntity>(EntityQuery<TEntity>,QueryDescriptor,Boolean) Method |
<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> Parse<TEntity>( EntityQuery<TEntity> query, QueryDescriptor queryDescriptor, bool applyPageDescriptor ) where TEntity: Entity
[ExtensionAttribute()] public: static EntityQuery<TEntity^>^ Parsegeneric<typename TEntity> ( EntityQuery<TEntity^>^ query, QueryDescriptor^ queryDescriptor, bool applyPageDescriptor ) where TEntity: Entity
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