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
- class MySqlDbColumn
- namespace MySqlConnector
- assembly MySqlConnector