TechTalk Genome v4.2

Money Type Modifiers

Corresponding CLR Types

decimal, NullableDecimal, SqlMoney

Corresponding Microsoft SQL Server Types

money, smallmoney

Modifiers

Attribute Name Possible Values Default Value Description
Size 4, 8 8 Specifies the size of the stored money value in bytes. Depending on the size, smallmoney or money is generated for Microsoft SQL Server.
Currency true, false false For the decimal .NET type, the money type is created instead of decimal. This element has no effect on the .NET type SqlMoney.

Remarks

Money type modifiers are not supported on the Oracle database platform.

Requirements

Type: TechTalk.Genome.Schema.Builder.Xml.SizeXmlData, TechTalk.Genome.Schema.Builder.Xml.CurrencyXmlData

Assembly: TechTalk.Genome.dll

Version: 4.2.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005

See Also

Database Type Modifiers | Data types in OQL