TechTalk Genome v4.2

DateTime Type Modifiers

Corresponding CLR Types

DateTime, NullableDateTime, SqlDateTime, OracleDateTime

Corresponding Microsoft SQL Server Types

smalldatetime, datetime

Corresponding Oracle Types

timestamp(9)

Modifiers

Attribute Name Possible Values Default Value Description
HasDatePart true, false true Specifies if the values represented by the type contain a date part. It has no effect on Microsoft SQL Server and Oracle; in both cases, datetime or timestamp(9) is generated.
HasTimePart true, false true Specifies if the values represented by the type contain a time part. It has no effect on Microsoft SQL Server and Oracle; in both cases, datetime or timestamp(9) is generated.

Requirements

Type: TechTalk.Genome.Schema.Builder.Xml.HasDatePartXmlData, TechTalk.Genome.Schema.Builder.Xml.HasTimePartXmlData

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