EntityField2 Constructor (String, IExpression, Type) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public EntityField2(
string name,
IExpression expressionToApply,
Type dataType
)
Public Sub New (
name As String,
expressionToApply As IExpression,
dataType As Type
)
Parameters
- name
- Type: SystemString
The name of the field. Has to be specified - expressionToApply
- Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to apply. - dataType
- Type: SystemType
.NET Type of the data.
See Also