ISchemaProvider.GetTableNames method
Gets the table names.
public IEnumerable<TableName> GetTableNames(IDbConnection connection)
| parameter | description |
|---|---|
| connection | The connection. |
Return Value
The list of table names in the database.
See Also
- class TableName
- interface ISchemaProvider