Method GetDbTableName
| Improve this Doc View SourceGetDbTableName(Model)
Gets the name of database table.
Declaration
public static string GetDbTableName(this Model model)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The model. |
Returns
Type | Description |
---|---|
System.String | The name of database name. |