EasyObjects.NET Programmers Reference

DatabaseTypeData Constructor (String, String)

Initialize a new instance of the DatabaseTypeData class with the name and the fully qualified type name of the class.

public DatabaseTypeData(
   string name,
   string typeName
);

Parameters

name

The name of the database type.

typeName

The fully qualified type name of the assembly.

See Also

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