コード例 #1
0
 public override Guid?GetNullableGuid(object o, int index)
 {
     return(MappingSchema.ConvertToNullableGuid(GetValue(o, Index)));
 }