ConnectString Property (ConnectionProperties)
In This Topic
Gets or sets the connection string for the data source. Can be specified as an expression.
Syntax
'Declaration
Public Property ConnectString As String
public string ConnectString {get; set;}
See Also