public override Char?GetNullableChar(object o, int index)
 {
     return(MappingSchema.ConvertToNullableChar(GetValue(o, Index)));
 }