dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Create Method

On this page
    Create Method
    On this page
    Creates a new large object in the database.
    Syntax
    'Declaration
     
    Public Function Create() As Integer
    public int Create()

    Return Value

    The OID that was assigned to the new large object.
    See Also