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