BaseCollectionSpecification<T, TType>.

BaseCollectionSpecification(ISpecification<TType>, bool) Constructor

Summary

Creates Specification for candidate (collection) elements.

Syntax

[PublicAPI]
protected BaseCollectionSpecification(ISpecification<TType> collectionElementSpecification, bool linqToEntities)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
collectionElementSpecification ISpecification<TType> Specification for candidate one element.
linqToEntities bool Is linq to entities (without null check of collection in Expression).

Return Value

Type Description
void
GitHub