EasyObjects.NET Programmers Reference

InstanceData Constructor (String, String, 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 name,
   string typeName,
   string connectionString
);

Parameters

name
The name of the instance.
typeName
The fully qualified assembly name of the type.
connectionString
The connection string for the instance.

See Also

InstanceData Class | NCI.EasyObjects.Configuration Namespace | InstanceData Constructor Overload List