DBConnection.Command

DBConnection.Command property

The string containing the database command to pass to the data provider API that will interact with the external source in order to retrieve data

public string Command { get; set; }

See Also