Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies data types supported by SQL Server Compact.
Namespace: Microsoft.SqlServerCe.Management.Scripting.Common
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
Syntax
'Declaration
Public Enumeration DataType
'Usage
Dim instance As DataType
public enum DataType
public enum class DataType
type DataType
public enum DataType
Members
| Member name | Description | |
|---|---|---|
| SmallInt | The SmallInt data type. | |
| Int | The Int data type. | |
| Real | The Real data type. | |
| Float | The Float data type. | |
| Money | The Money data type. | |
| Bit | The Bit data type. | |
| TinyInt | The TinyInt data type. | |
| BigInt | The BigInt data type. | |
| UniqueIdentifier | The UniqueIdentifier data type. | |
| VarBinary | The VarBinary data type. | |
| Binary | The Binary data type. | |
| Image | The Image data type. | |
| NVarChar | The NVarChar data type. | |
| NChar | The NChar data type. | |
| NText | The NText data type. | |
| Numeric | The Numeric data type. | |
| DateTime | The DateTime data type. | |
| Timestamp | The Timestamp data type. | |
| RowVersion | The RowVersion data type. |
Remarks
For information about SQL Server Compact data types, see Data Types.