UInt32ColumnValue.Size property

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

See also

Reference

UInt32ColumnValue class

UInt32ColumnValue members

Microsoft.Isam.Esent.Interop namespace