This documentation is archived and is not being maintained.
ValidateType Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
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
Members
| 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. |
Requirements
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
See Also
Show: