SetLength Method (PgSqlLargeObject)
In This Topic
Sets the length of the large object.
Syntax
'Declaration
Public Overrides Sub SetLength( _
ByVal As Long _
)
public override void SetLength(
long
)
Parameters
- value
- The desired length of the current large object in bytes.
See Also