Click or drag to resize

DatabaseFactoryCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(String)
Creates an IDatabase instance with the given name. Internally it may be operating on the same underlying data as another instance.
Public methodStatic memberCreate(IDatabase)
Creates an IDatabase object using the source object as a model for creation.
Public methodStatic memberCreate(String, DatabaseOptions)
Creates an IDatabase instance with the given name and options. Internally it may be operating on the same underlying data as another instance.
Top
See Also