Method Create
| Improve this Doc View SourceCreate(String)
Creates instance of DbSession.
Declaration
public abstract T Create(string projectPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectPath | The source code project path. |
Returns
Type | Description |
---|---|
T | The new instance of DbSession. |