Adroit.Data.BDB46.BDB46 C# (CSharp) Method

BDB46() public method

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

Same methods

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