Click or drag to resize
EntityField2 Constructor (String, String, Type)
Initializes a new instance of the EntityField2 class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityField2(
	string name,
	string objectAlias,
	Type dataType
)

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