namespace Connected.Data.Schema { internal interface ITableIndex { string Name { get; } List Columns { get; } } }