| RGDataContextSetDefaultNamespace Method (String, String) |
Sets the default namespace and Assembly name.
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public static void SetDefaultNamespace(
string Namespace,
string assemblyName
)
Parameters
- Namespace
- Type: SystemString
The namespace. - assemblyName
- Type: SystemString
Name of the assembly.
See Also