[]
Gets or sets a connection string used to connect to the data source.
public ExpressionInfo ConnectString { get; set; }
Type | Description |
---|---|
ExpressionInfo | A string value indicating the connection string for the data source. |
var connectionProperties = new ConnectionProperties();
connectionProperties.ConnectString = ExpressionInfo.FromString("Server=myServer;Database=myDatabase;Integrated Security=True;");