public ICollection<TEntity> GetAll<TEntity>( string filter, ISubEntityFetchPlan subEntityFetchPlan = null ) where TEntity : new(), NetForumEntity
Public Function GetAll(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>^ GetAll( String^ filter, ISubEntityFetchPlan^ subEntityFetchPlan = nullptr ) sealed
abstract GetAll : filter : string * ?subEntityFetchPlan : ISubEntityFetchPlan (* Defaults: let _subEntityFetchPlan = defaultArg subEntityFetchPlan null *) -> ICollection<'TEntity> when 'TEntity : new() and NetForumEntity override GetAll : filter : string * ?subEntityFetchPlan : ISubEntityFetchPlan (* Defaults: let _subEntityFetchPlan = defaultArg subEntityFetchPlan null *) -> ICollection<'TEntity> when 'TEntity : new() and NetForumEntity
Copyright © Catalyst Fire 2014