byte, sbyte, SqlByte, short, ushort, SqlInt16, int, SqlInt32, uint, long, SqlInt64, ulong, Enum, NullableByte, NullableSByte, NullableUInt16, NullableInt16, NullableUInt32, NullableInt32, NullableUInt64, NullableInt64
tinyint,
smallint,
int,
bigint
number
| Attribute Name | Possible Values | Default Value | Description |
|---|---|---|---|
Size
|
1, 2, 4, 8 | the size of the .NET type |
Specifies the size of the stored integer value in bytes.
Depending on the size, tinyint, smallint, int or bigint is generated
for Microsoft SQL Server. For Oracle database platforms, number(3), number(5), number(10) or number(38) is generated accordingly. |
Type: TechTalk.Genome.Schema.Builder.Xml.SizeXmlData
Assembly: TechTalk.Genome.dll
Version: 4.2.4
Editions: Professional, Evaluation, Express
Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 9i Release 2, Oracle 10g Release 2
Database Type Modifiers | Data types in OQL