Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.76 KB

int32columnvalue-class.md

File metadata and controls

68 lines (53 loc) · 1.76 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Int32ColumnValue class
Int32ColumnValue class
Int32ColumnValue class
T:Microsoft.Isam.Esent.Interop.Int32ColumnValue
55103329
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Int32ColumnValue
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Int32ColumnValue
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Int32ColumnValue class

An Int32 column value.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Int32>
      Microsoft.Isam.Esent.Interop.Int32ColumnValue

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

Syntax

'Declaration
Public Class Int32ColumnValue _
    Inherits ColumnValueOfStruct(Of Integer)
'Usage
Dim instance As Int32ColumnValue
public class Int32ColumnValue : ColumnValueOfStruct<int>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Int32ColumnValue members

Microsoft.Isam.Esent.Interop namespace