예제 #1
0
 public virtual UInt32?GetNullableUInt32(object o, int index)
 {
     return(_dataReader.IsDBNull(index)? null: _mappingSchema.ConvertToNullableUInt32(GetValue(o, index)));
 }