ColumnValueOfStruct<T>.CheckDataCount method

Make sure the retrieved data is exactly the size needed for the structure. An exception is thrown if there is a mismatch.

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

Syntax

'Declaration
Protected Sub CheckDataCount ( _
    count As Integer _
)
'Usage
Dim count As Integer

Me.CheckDataCount(count)
protected void CheckDataCount(
    int count
)

Parameters

See also

Reference

ColumnValueOfStruct<T> class

ColumnValueOfStruct<T> members

Microsoft.Isam.Esent.Interop namespace