EntityField2 Constructor (String, String, Type) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic 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. 
RemarksUse this CTor for fields mapped onto a derived table with the alias objectAlias
See Also