[This is preliminary documentation and is subject to change.]
Used to override store's default database connection string
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string ConnectString { get; set; }
public string ConnectString { get; set; }
Public Property ConnectString As String
Get
Set
Public Property ConnectString As String
Get
Set
public:
property String^ ConnectString {
String^ get ();
void set (String^ value);
}
public:
property String^ ConnectString {
String^ get ();
void set (String^ value);
}
member ConnectString : string with get, set
member ConnectString : string with get, set
Property Value
Type:
String