Click or drag to resize

ExpressionFieldElement Constructor (ExpressionElementType, IEntityFieldCore, IFieldPersistenceInfo)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public ExpressionFieldElement(
	ExpressionElementType typeOfContents,
	IEntityFieldCore contents,
	IFieldPersistenceInfo persistenceInfo
)

Parameters

typeOfContents
Type: SD.LLBLGen.Pro.ORMSupportClassesExpressionElementType
type of the contents contained in this element
contents
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
the contents of this element
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
the persistence info for the field.
See Also