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.1.0.0 (5.1.0)
Syntaxpublic IEntityFieldCore Field(
string name
)
Public Function Field (
name As String
) As IEntityFieldCore
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
IEntityFieldCore
See Also