IFieldInfoProviderGetTypedViewFields Method (String, IPersistenceInfoProvider) |
Gets the entityfields 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)
SyntaxIEntityFields GetTypedViewFields(
string typedViewName,
IPersistenceInfoProvider persistenceProvider
)
Function GetTypedViewFields (
typedViewName As String,
persistenceProvider As IPersistenceInfoProvider
) As IEntityFields
Parameters
- typedViewName
- Type: SystemString
the name of the typed view - persistenceProvider
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
Return Value
Type:
IEntityFields
See Also