GeneralRepositoryGetAllStreamingTEntity(String, ISubEntityFetchPlan) Method
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public ICollection<TEntity> GetAllStreaming<TEntity>(
string filter,
ISubEntityFetchPlan subEntityFetchPlan = null
)
where TEntity : new(), NetForumEntity
Public Function GetAllStreaming(Of TEntity As {New, NetForumEntity}) (
filter As String,
Optional subEntityFetchPlan As ISubEntityFetchPlan = Nothing
) As ICollection(Of TEntity)
public:
generic<typename TEntity>
where TEntity : gcnew(), NetForumEntity
virtual ICollection<TEntity>^ GetAllStreaming(
String^ filter,
ISubEntityFetchPlan^ subEntityFetchPlan = nullptr
) sealed
abstract GetAllStreaming :
filter : string *
?subEntityFetchPlan : ISubEntityFetchPlan
(* Defaults:
let _subEntityFetchPlan = defaultArg subEntityFetchPlan null
*)
-> ICollection<'TEntity> when 'TEntity : new() and NetForumEntity
override GetAllStreaming :
filter : string *
?subEntityFetchPlan : ISubEntityFetchPlan
(* Defaults:
let _subEntityFetchPlan = defaultArg subEntityFetchPlan null
*)
-> ICollection<'TEntity> when 'TEntity : new() and NetForumEntity
- filter String
-
- subEntityFetchPlan ISubEntityFetchPlan (Optional)
-
- TEntity
ICollectionTEntity