Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectISearchableRepository<(Of <(<'TEntity, TIdentity>)>)>Search<(Of <<'(TSpecializedEntity>)>>)(ISpecification<(Of <<'(TSpecializedEntity>)>>))

Search<(Of <(<'TSpecializedEntity>)>)> Method (satifyingSpecification)
Search the TSpecializedEntity that satify the specification provided.

Assembly: Epic.Query.Object

Declaration Syntax
C#
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.ISearchableRepository`2.Search``1(Epic.Specifications.ISpecification{``0})"]

Exceptions
ExceptionCondition
ArgumentNullExceptionsatifyingSpecification is nullNothingnullptr.
blog comments powered by Disqus