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.10.0.0 (5.10.0)
SyntaxIEntityFieldsCore GetTypedViewFields(
	int typedViewTypeEnumValue
)
Function GetTypedViewFields ( 
	typedViewTypeEnumValue As Integer
) As IEntityFieldsCore
Parameters
- typedViewTypeEnumValue
 - Type: SystemInt32
The typed view type enum value. 
Return Value
Type: 
IEntityFieldsCore
See Also