Click or drag to resize

ModelInfoProviderBase.GetTypedViewFields 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.12.0.0 (5.12.0)
Syntax
public IEntityFields2 GetTypedViewFields(
	string typedViewName
)

Parameters

typedViewName
Type: System.String
the name of the typed view

Return Value

Type: IEntityFields2
ready to use fields object

Implements

IFieldInfoProvider.GetTypedViewFields(String)
See Also