EasyObjects.NET Programmers Reference

InstanceData Constructor

Initialize a new instance of the InstanceData class.

Overload List

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);

See Also

InstanceData Class | NCI.EasyObjects.Configuration Namespace