| EntityField Constructor (String, IExpression) | 
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic EntityField(
	string name,
	IExpression expressionToApply
)
Public Sub New ( 
	name As String,
	expressionToApply As IExpression
)
Parameters
- name
 - Type: SystemString
The name of the field. Has to be specified - expressionToApply
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to apply. 
See Also