dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Oid Property

In This Topic
    Oid Property
    In This Topic
    Gets the OID of the PgSqlLargeObject.
    Syntax
    'Declaration
     
    Public ReadOnly Property Oid As Integer
    public int Oid {get;}

    Property Value

    The OID of the large object.
    See Also