DateTime, NullableDateTime, SqlDateTime, OracleDateTime
smalldatetime,
datetime
timestamp(9)
| 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. |
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
Database Type Modifiers | Data types in OQL