dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / TryGetValue Method
Key name to obtain the value.
Value of the key. If operation fails, the value is null.

In This Topic
    TryGetValue Method
    In This Topic
    Attempts to get a key value.
    Syntax
    'Declaration
     
    Public Overrides Function TryGetValue( _
       ByVal keyword As String, _
       ByRef value As Object _
    ) As Boolean
    public override bool TryGetValue( 
       string keyword,
       out object value
    )

    Parameters

    keyword
    Key name to obtain the value.
    value
    Value of the key. If operation fails, the value is null.

    Return Value

    true if the operation is successful; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also