Click or drag to resize
NbDatabaseImpl Constructor
コンストラクタ。_connectionManager と DbContext が新規生成される。

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public NbDatabaseImpl(
	string dbpath,
	string password
)

Parameters

dbpath
Type: SystemString
データベースファイルパス。':memory:' を指定するとインメモリDBとなる。
password
Type: SystemString
暗号化パスワード
Exceptions
ExceptionCondition
ArgumentNullExceptionデータベースファイルパスがnull
Version Information

Offline

Supported in: 1.0
See Also