EmptySpecification<T>.

EmptySpecification(bool) Constructor

Summary

Creates Specification with specific compare method, depends on T type.
Namespace
FluentSpecification.Common
Containing Type
EmptySpecification<T>

Syntax

[PublicAPI]
public EmptySpecification(bool linqToEntities = false)

Attributes

Type Description
PublicAPI

Parameters

Name Type Description
linqToEntities bool >Is linq to entities (without null check of collection in Expression).

Return Value

Type Description
void
GitHub