Specifies the type of data validation to perform.
[Visual Basic] <Serializable> Public Enum ValidateType [C#] [Serializable] public enum ValidateType [C++] [Serializable] __value public enum ValidateType [JScript] public Serializable enum ValidateType
| Member name | Description |
|---|---|
| NoValidation
Supported only by the .NET Compact Framework. |
Do no validation (default). |
| RowCountOnly
Supported only by the .NET Compact Framework. |
Do a row count comparison on the published data. |
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework - Windows CE .NET
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)