dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / SetLength Method
The desired length of the current large object in bytes.

In This Topic
    SetLength Method (PgSqlLargeObject)
    In This Topic
    Sets the length of the large object.
    Syntax
    'Declaration
     
    Public Overrides Sub SetLength( _
       ByVal value As Long _
    ) 
    public override void SetLength( 
       long value
    )

    Parameters

    value
    The desired length of the current large object in bytes.
    Remarks
    If the new length is less than the current length, the PgSqlLargeObject is truncated.
    See Also