ModelStore.TestWriteCount Method

Tests the write count with the given value.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function TestWriteCount ( _
    writeCount As Integer _
) As Boolean
public bool TestWriteCount(
    int writeCount
)
public:
bool TestWriteCount(
    int writeCount
)
member TestWriteCount : 
        writeCount:int -> bool 
public function TestWriteCount(
    writeCount : int
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the tested values are equal; otherwise, false.

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace