SymfowareConnectionStringBuilderクラスで拡張したAPIは、以下のメンバです。
プールしているコネクションのタイムアウトの値を取得、または設定します。
public int ConnectionLifetime {get;set;}
Public Property ConnectionLifetime As Integer
プールしているコネクションのタイムアウトの値。
RDB2_TCP連携で使用するポート番号を取得、または設定します。
public int Port {get;set;}
Public Property Port As Integer
RDB2_TCP連携で使用するポート番号。
接続するSymfoware Serverのデフォルトスキーマ名を取得、または設定します。
public string Schema {get;set;}
Public Property Schema As String
アプリケーションで使用するSQL文のデフォルトスキーマ名。