StdFunctions..::..Database Property

Namespace:  JiwaFinancials.Jiwa.JiwaLib
Assembly:  JiwaLib (in JiwaLib.dll)

Syntax


public database Database { get; set; }
Public Property Database As database
	Get
	Set
public:
property database^ Database {
	database^ get ();
	void set (database^ value);
}