Edit

ColumnValue.Length property

Gets the byte length of a column value, which is zero if column is null, otherwise it matches the Size for fixed-size columns and represent the actual value byte length for variable sized columns (i.e. binary and string). For strings the length is determined in assumption two bytes per character.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As ColumnValue
Dim value As Integer

value = instance.Length
public abstract int Length { get; }

Property value

Type: System.Int32

See also

Reference

ColumnValue class

ColumnValue members

Microsoft.Isam.Esent.Interop namespace