Added relation support
This commit is contained in:
@@ -5,5 +5,6 @@ namespace HopFrame.Core.Services;
|
||||
public interface IContextExplorer {
|
||||
public IEnumerable<string> GetTableNames();
|
||||
public TableConfig? GetTable(string tableName);
|
||||
public TableConfig? GetTable(Type tableEntity);
|
||||
public ITableManager? GetTableManager(string tableName);
|
||||
}
|
||||
Reference in New Issue
Block a user