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.
    See Also