Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size of the value in the column. This returns 0 for variable sized columns (i.e. binary and string).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property Size As Integer
Get
'Usage
Dim value As Integer
value = Me.Size
protected override int Size { get; }
Property value
Type: System.Int32