SQLConnection.DataSource Property | |
A string representing the ODBC data source name.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DataSource AS USUAL GET SET
public virtual Usual DataSource { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the ODBC data source name.
Remarks Tip |
---|
This string cannot be assigned if the connection is open. |
See Also