Method GetMockTableName
| Improve this Doc View SourceGetMockTableName(String, Object)
Gets the name of mock table.
Declaration
protected abstract string GetMockTableName(string tableName, object tag)
Parameters
Type | Name | Description |
---|---|---|
System.String | tableName | The name of the table. |
System.Object | tag | The tag object returned by CreateMockDbAsync(CancellationToken). |
Returns
Type | Description |
---|---|
System.String | The name of the mock table. |