LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlDbColumn class

public sealed class MySqlDbColumn : DbColumn

Public Members

namedescription
ProviderType { get; }
TableName { get; }Gets the name of the table that the column belongs to. This will be the alias if the table is aliased in the query.

See Also