Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsIdentification<(Of <(<'TEntity, TIdentity>)>)>Identification<(Of <(<'TEntity, TIdentity>)>)>(Expression<(Of <<'(IEnumerable<(Of <<'(TEntity>)>>)>)>>))

Identification<(Of <(<'TEntity, TIdentity>)>)> Constructor (entities)
Initializes a new instance of the Identification<(Of <(<'TEntity, TIdentity>)>)> class.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public Identification(
	Expression<IEnumerable<TEntity>> entities
)
Parameters
entities (Expression<(Of <(<'IEnumerable<(Of <(<'TEntity>)>)>>)>)>)
Entities to map.
Exceptions
ExceptionCondition
ArgumentNullExceptionentities is nullNothingnullptr.
blog comments powered by Disqus