TechTalk Genome v4.2

Integer Type Modifiers

Corresponding CLR Types

byte, sbyte, SqlByte, short, ushort, SqlInt16, int, SqlInt32, uint, long, SqlInt64, ulong, Enum, NullableByte, NullableSByte, NullableUInt16, NullableInt16, NullableUInt32, NullableInt32, NullableUInt64, NullableInt64

Corresponding Microsoft SQL Server Types

tinyint, smallint, int, bigint

Corresponding Oracle Types

number

Modifiers

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.

Requirements

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

See Also

Database Type Modifiers | Data types in OQL