Gets the underlying SqlType for
the column mapped by this NullableType.
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual SqlType SqlType { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property SqlType As SqlType Get |
Visual C++ |
---|
public: virtual property SqlType^ SqlType { SqlType^ get (); } |
Field Value
The underlying SqlType.Remarks
This implementation should be suitable for all subclasses unless they need to
do some special things to get the value. There are no built in NullableTypes
that override this Property.