Show / Hide Table of Contents

Method GetMockTableName

| Improve this Doc View Source

GetMockTableName(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest