Initializes a new instance of the Source<(Of <(<'TEntity, TIdentity>)>)>.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public Source( IRepository<TEntity, TIdentity> repository )
Parameters
- repository (IRepository<(Of <(<'TEntity, TIdentity>)>)>)
- Repository of TEntity.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | repository is nullNothingnullptr. |