Defines a mapping from a .NET Type to a SQL datatype. This interface is intended to be implemented by applications that need custom types.

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IType : ICacheAssembler
Visual Basic
Public Interface IType _
	Inherits ICacheAssembler
Visual C++
public interface class IType : ICacheAssembler

Remarks

Implementors should usually be immutable and MUST definately be threadsafe.

See Also