dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class / Length Property

In This Topic
    Length Property (PgSqlLargeObject)
    In This Topic
    Gets the length of the PgSqlLargeObject in bytes.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}

    Property Value

    The length of the object.
    See Also