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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |