示例#1
0
 public virtual UInt64?GetNullableUInt64(object o, int index)
 {
     return(_dataReader.IsDBNull(index)? null: _mappingSchema.ConvertToNullableUInt64(GetValue(o, index)));
 }