table_name property

FieldMergingArgsBase.table_name property

Gets the name of the data table for the current merge operation or empty string if the name is not available.

@property
def table_name(self) -> str:
    ...

See Also