ColumnValueOfStruct<T>.CheckDataCount 方法

确保检索到的数据与结构所需的大小完全一致。 如果不匹配,则会引发异常。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

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

参数

  • count
    类型: System.Int32

    检索到的数据的大小。

另请参阅

参考

ColumnValueOfStruct<T> 类

ColumnValueOfStruct<T> 成员

Microsoft.Isam.Esent.Interop 命名空间