Interface IColumnOrigin
SQL column origin.
public interface IColumnOrigin
Properties
ColumnName
Gets the column name.
string ColumnName { get; }
Property Value
SchemaName
Gets the schema name.
string SchemaName { get; }
Property Value
TableName
Gets the table name.
string TableName { get; }