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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also