Click or drag to resize
FunctionsNot Method (IEntityFieldCore)
Defines the mapping for the Boolean.Negate(field) method mapping. Use it when field is a boolean field.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static FunctionMappingExpression Not(
	IEntityFieldCore field
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.

Return Value

Type: FunctionMappingExpression
See Also