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

BaseAccessor.GetNullInternal Method 

Get the null value for a given type

[Visual Basic]
Protected Function GetNullInternal( _
   ByVal Type As Type _
) As Object
[C#]
protected object GetNullInternal(
   Type type
);

Parameters

type

Return Value

See Also

BaseAccessor Class | IBatisNet.Common.Utilities.Objects.Members Namespace