Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IEntityFieldsCore GetTypedViewFields(
	int typedViewTypeEnumValue
)

Parameters

typedViewTypeEnumValue
Type: SystemInt32
The typed view type enum value.

Return Value

Type: IEntityFieldsCore
See Also