LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDbColumn.TableName property

Gets the name of the table that the column belongs to. This will be the alias if the table is aliased in the query.

public string TableName { get; }

See Also