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

TypeRegistry.NullableInt32ArrayAlias Field

The alias around the 'int?[]' array type.

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

See Also

TypeRegistry Class | IBatisNet.Common.Utilities.TypesResolver Namespace