Click or drag to resize

RGDataContextSetDefaultNamespace Method (Type)

Sets the default namespace and Assembly name.

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static void SetDefaultNamespace(
	Type type
)

Parameters

type
Type: SystemType
The type.
See Also