ConnectionString Property (C1ConnectionBase<TConnectionImpl>)
In This Topic
Gets or sets the string used to open the connection.
Syntax
'Declaration
Public Overridable Property ConnectionString As String
public virtual string ConnectionString {get; set;}
See Also