Click or drag to resize

ElementCreatorBaseGetTypedViewFields 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.9.0.0 (5.9.0)
Syntax
public virtual IEntityFieldsCore GetTypedViewFields(
	int typedViewTypeEnumValue
)

Parameters

typedViewTypeEnumValue
Type: SystemInt32
The typed view type enum value.

Return Value

Type: IEntityFieldsCore

Implements

IElementCreatorCoreGetTypedViewFields(Int32)
See Also