ColumnValue.Error property

Gets the warning generated by retrieving or setting this column.

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

Syntax

'Declaration
Public Property Error As JET_wrn
    Get
    Friend Set
'Usage
Dim instance As ColumnValue
Dim value As JET_wrn

value = instance.Error
public JET_wrn Error { get; internal set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_wrn

See also

Reference

ColumnValue class

ColumnValue members

Microsoft.Isam.Esent.Interop namespace