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

In This Topic
    Create Method
    In This Topic
    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