IFieldInfoProviderGetTypedViewFields Method (String) |
Gets the entityfields2 object for the typedview with the name specified (e.g. "InvoicesTypedView")
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax IEntityFields2 GetTypedViewFields(
string typedViewName
)
Function GetTypedViewFields (
typedViewName As String
) As IEntityFields2
Parameters
- typedViewName
- Type: SystemString
the name of the typed view
Return Value
Type:
IEntityFields2ready to use fields object
See Also