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 byte length of a column value, which is zero if column is null, otherwise it matches the byte length of the string value. The byte length is determined in assumption of two bytes per character.
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 StringColumnValue
Dim value As Integer
value = instance.Length
public override int Length { get; }
Property value
Type: System.Int32