SetLength Method (PgSqlLargeObject)
On this page
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