IServerBaseConnectionString Property |
Get or set the connection string to the server.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax string ConnectionString { get; set; }
Property ConnectionString As String
Get
Set
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks
According to the type connection string,
please use the appropriate connection string builder,
if it's necessary.
See Also