Edit

Share via


BytesColumnValue.Length property

Gets the byte length of a column value, which is zero if column is null, otherwise matches the actual length of the byte array.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Length As Integer
    Get
'Usage
Dim instance As BytesColumnValue
Dim value As Integer

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

Property value

Type: System.Int32

See also

Reference

BytesColumnValue class

BytesColumnValue members

Microsoft.Isam.Esent.Interop namespace