iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

TypeRegistry.NullableDoubleAlias Field

The alias around the 'double?' type.

[Visual Basic]
Public Const NullableDoubleAlias As String = "double?"
[C#]
public const NullableDoubleAlias NullableDoubleAlias = "double?";

See Also

TypeRegistry Class | IBatisNet.Common.Utilities.TypesResolver Namespace