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

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public EntityField(
	string name,
	string objectAlias,
	Type dataType
)

Parameters

name
Type: System.String
Name
objectAlias
Type: System.String
The object alias.
dataType
Type: System.Type
.NET Type of the data.
Remarks
Use this CTor for fields mapped onto a derived table with the alias objectAlias
See Also