Maps the Year, Month, and Day of a DateTime Property to a Date column

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DateType _
	Inherits ValueTypeType _
	Implements IIdentifierType, IType, ICacheAssembler, ILiteralType
C#
[SerializableAttribute]
public class DateType : ValueTypeType, IIdentifierType, IType, ICacheAssembler, ILiteralType
Visual C++
[SerializableAttribute]
public ref class DateType : public ValueTypeType, IIdentifierType, IType, ICacheAssembler, ILiteralType

Inheritance Hierarchy