Gets or sets the value of the connection keyword.
Visual Basic Public Overrides Default Property Item ( _ ByVal keyword As String _ ) As Object
C# public override object this [ string keyword ] { get; set; }
keyword The name of the connection keyword.
An object representing the value of the specified connection keyword.
If the keyword or type is invalid, an exception is raised. keyword is case insensitive.
When setting the value, passing NULL clears the value.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |