namespace Connected.Data.Schema { internal interface ITable : ISchema { List Columns { get; } List Indexes { get; } } }