NbDatabaseImpl Constructor |
コンストラクタ。_connectionManager と DbContext が新規生成される。
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbDatabaseImpl(
string dbpath,
string password
)
Public Sub New (
dbpath As String,
password As String
)
public:
NbDatabaseImpl(
String^ dbpath,
String^ password
)
new :
dbpath : string *
password : string -> NbDatabaseImpl
Parameters
- dbpath
- Type: SystemString
データベースファイルパス。':memory:' を指定するとインメモリDBとなる。 - password
- Type: SystemString
暗号化パスワード
Exceptions Exception | Condition |
---|
ArgumentNullException | データベースファイルパスがnull |
Version Information Offline
Supported in: 1.0
See Also