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

On this page
    Oid Property
    On this page
    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