public IIgnitionQueryResult<TEntity> GetAllQueryResults<TEntity>( string filter, ISubEntityFetchPlan subEntityFetchPlan ) where TEntity : new(), NetForumEntity
Public Function GetAllQueryResults(Of TEntity As {New, NetForumEntity}) ( filter As String, subEntityFetchPlan As ISubEntityFetchPlan ) As IIgnitionQueryResult(Of TEntity)
public: generic<typename TEntity> where TEntity : gcnew(), NetForumEntity virtual IIgnitionQueryResult<TEntity>^ GetAllQueryResults( String^ filter, ISubEntityFetchPlan^ subEntityFetchPlan ) sealed
abstract GetAllQueryResults : filter : string * subEntityFetchPlan : ISubEntityFetchPlan -> IIgnitionQueryResult<'TEntity> when 'TEntity : new() and NetForumEntity override GetAllQueryResults : filter : string * subEntityFetchPlan : ISubEntityFetchPlan -> IIgnitionQueryResult<'TEntity> when 'TEntity : new() and NetForumEntity
Copyright © Catalyst Fire 2014