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