Creates a field which targets the projection of this query. Use this to easily create a derived table targeting field which targets this query.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public IEntityFieldCore Field(
string name
)
Public Function Field (
name As String
) As IEntityFieldCore
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
IEntityFieldCoreSee Also