EntityField2 Constructor (String, String, Type) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public EntityField2(
string name,
string objectAlias,
Type dataType
)
Public Sub New (
name As String,
objectAlias As String,
dataType As Type
)
Parameters
- name
- Type: SystemString
Name - objectAlias
- Type: SystemString
The object alias. - dataType
- Type: SystemType
.NET Type of the data.
Remarks Use this CTor for fields mapped onto a derived table with the alias objectAlias
See Also