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.8.0.0 (5.8.21.0111)
Syntax
public static FunctionMappingExpression Not(
	IEntityFieldCore field
)

Parameters

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

Return Value

Type: FunctionMappingExpression
See Also