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

PrimitiveDataExchange Class

DataExchange implementation for "primitive" objects.

For a list of all members of this type, see PrimitiveDataExchange Members.

System.Object
   BaseDataExchange
      PrimitiveDataExchange

[Visual Basic]
NotInheritable Public Class PrimitiveDataExchange
    Inherits 
[C#]
public class PrimitiveDataExchange : BaseDataExchange

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The primitive types are Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Char, Double, and Single + string, Guid, Decimal, DateTime

Requirements

Namespace: IBatisNet.DataMapper.DataExchange

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

PrimitiveDataExchange Members | IBatisNet.DataMapper.DataExchange Namespace