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