dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommand Class / GetRowId Method

In This Topic
    GetRowId Method
    In This Topic
    Returns Oracle ROWID string that represents physical location of the row inside the table.
    Syntax
    'Declaration
     
    Public Function GetRowId() As String
    public string GetRowId()

    Return Value

    ROWID string in Base64 format string.
    Remarks
    You can use this method to obtain ROWID and use it within UPDATE SQL statement or other SQL constructions. It is available only if you have issued Devart.Common.DbCommand.Prepare method before calling one of Execute methods.
    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