dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowType Class / TypeOid Property

In This Topic
    TypeOid Property
    In This Topic
    Gets OID associated with the type on the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property TypeOid As Integer
    public int TypeOid {get;}

    Property Value

    Type OID.
    See Also