int3 property

void int3=(int value)

整数索引3

Implementation

set int3(int value) => data['int3'] = DbQueryField.toBaseType(value);