BDB.BDB43.BDB43 C# (CSharp) Method

BDB43() public method

public BDB43 ( string file, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System
file string
create bool
format DBFormat
allowDuplicates bool
environment Env
return System
		public BDB43(string file, bool create, DBFormat format, bool allowDuplicates, Env environment)
			: this(file, null, create, format, allowDuplicates, environment) {
		}
		

Same methods

BDB43::BDB43 ( string file, string table, bool create, DBFormat format, bool allowDuplicates, Env environment ) : System