ITemplateGroupSpecificCreatorCreateExpressionField 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.7.0.0 (5.7.0)
SyntaxIEntityFieldCore CreateExpressionField(
	IExpression expressionToWrapInField,
	Type dataType
)
Function CreateExpressionField ( 
	expressionToWrapInField As IExpression,
	dataType As Type
) As IEntityFieldCore
Parameters
- expressionToWrapInField
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to wrap in field. - dataType
 - Type: SystemType
.NET Type of the data. 
Return Value
Type: 
IEntityFieldCoreready to use entity field.
See Also