Search the TSpecializedEntity that satify the specification provided.
Assembly: Epic.Query.Object
Declaration Syntax
C# |
public ISearch<TSpecializedEntity, TIdentity> Search<TSpecializedEntity>( ISpecification<TSpecializedEntity> satifyingSpecification ) where TSpecializedEntity : class, TEntity
Generic Template Parameters
- TSpecializedEntity
- The type of the entities of interest.
Parameters
- satifyingSpecification (ISpecification<(Of <(<'TSpecializedEntity>)>)>)
- Specification to satisfy.
Return Value
[Missing <returns> documentation for "M:Epic.Query.Object.SearchableRepositoryBase`2.Search``1(Epic.Specifications.ISpecification{``0})"]
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | satifyingSpecification is nullNothingnullptr. |