GeneralRepositoryGetAllQueryResultsTEntity(String, ISubEntityFetchPlan) Method
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
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
- filter String
-
- subEntityFetchPlan ISubEntityFetchPlan
-
- TEntity
IIgnitionQueryResultTEntity