
public NullableDateTime CreatedDate


{

get
{ return _createdDate; }

set
{ _createdDate = value; }
}

[Property]
public NullableInt32 Count


{

get
{ return _count; }

set
{ _count = value; }
}|
CLR Basic Type |
Nullable Type |
|
System.Boolean |
Nullables.NullableBoolean |
|
System.Byte |
Nullables.NullableByte |
|
System.Char |
Nullables.NullableChar |
|
System.DateTime |
Nullables.NullableDateTime |
|
System.Decimal |
Nullables.NullableDecimal |
|
System.Double |
Nullables.NullableDouble |
|
System.Guid |
Nullables.NullableGuid |
|
System.Int16 |
Nullables.NullableInt16 |
|
System.Int32 |
Nullables.NullableInt32 |
|
System.Int64 |
Nullables.NullableInt64 |
|
System.SByte |
Nullables.NullableSByte |
|
System.Single |
Nullables.NullableSingle |
注意在使用空属类型时需要添加以下引用
Nullables.dll
Nullables.NHibernate.dll如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛