IElementCreatorCoreGetTypedViewFields Method |
Gets the typed view fields of the typedview with the typedviewenum type value specified.
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 IEntityFieldsCore GetTypedViewFields(
int typedViewTypeEnumValue
)
Function GetTypedViewFields (
typedViewTypeEnumValue As Integer
) As IEntityFieldsCore
Parameters
- typedViewTypeEnumValue
- Type: SystemInt32
The typed view type enum value.
Return Value
Type:
IEntityFieldsCoreSee Also