iBATIS.NET 学习笔记(三)

.NET中的数据类型和iBATIS.NET配置文件数据类型的比较:
CLR Type Alias
System.ArrayList list
System.Boolean Boolean, bool
System.Byte Byte, byte
System.Char Char, char
System.DateTime dateTime, date
System.Decimal Decimal, decimal
System.Double Double, double
System.Guid guid
System.Hashtable map, hashmap, hashtable
System.Int16 Int16, short, Short
System.Int32 Int32, int, Int, integer, Integer
System.Int64 Int64, long, Long
System.SByte SByte, sbyte
System.Single Float, float, Single, single
System.String String, string
System.TimeSpan N/A
System.UInt16 Short, short
System.UInt32 Uint, uint
System.UInt64 Ulong, ulong
posted @ 2006-07-18 22:12  Kangaroo  阅读(894)  评论(0编辑  收藏  举报