Click or drag to resize
SelfServicingSpecificCreatorCreateExpressionField Method
Creates a new EntityField(2) object which contains the expression passed in. The name is artificial.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEntityFieldCore CreateExpressionField(
	IExpression expressionToWrapInField,
	Type dataType
)

Parameters

expressionToWrapInField
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to wrap in field.
dataType
Type: SystemType
.NET Type of the data.

Return Value

Type: IEntityFieldCore
ready to use entity field.

Implements

ITemplateGroupSpecificCreatorCreateExpressionField(IExpression, Type)
See Also