Retrieves a value corresponding to the supplied key from this SAConnectionStringBuilder.
Visual Basic Public Overrides Function TryGetValue( _ ByVal keyword As String, _ ByVal value As Object _ ) As Boolean
C# public override bool TryGetValue( string keyword, object value );
keyword The key of the item to retrieve.
value The value corresponding to keyword.
true if keyword was found within the connection string; otherwise false.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |