public override void Set(short block, short blockIndex, object value) { SetValue(block, blockIndex, DBNullable <T> .CheckNull(value)); }
public override void Set(int index, object value) { Helper.OneToTwoShift(index, out short block, out short blockIndex); SetValue(block, blockIndex, DBNullable <T> .CheckNull(value)); }