ordinalPosition property
The ordinal position of the column in the table.
Implementation
@$pb.TagNumber(7)
$core.int get ordinalPosition => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set ordinalPosition($core.int v) {
$_setSignedInt32(6, v);
}
The ordinal position of the column in the table.
@$pb.TagNumber(7)
$core.int get ordinalPosition => $_getIZ(6);
@$pb.TagNumber(7)
set ordinalPosition($core.int v) {
$_setSignedInt32(6, v);
}