Initialize a new instance of the InstanceData class.
Initialize a new instance of the InstanceData class.
public InstanceData();
Initialize a new instance of the InstanceData class with a name, name of the DatabaseTypeData and the name of the DynamicQuery provider.
public InstanceData(string);
Initialize a new instance of the InstanceData class with a name, name of the DatabaseTypeData and the name of the DynamicQuery provider.
public InstanceData(string,string,string);
InstanceData Class | NCI.EasyObjects.Configuration Namespace