Constructor SqlSession
| Improve this Doc View SourceSqlSession(SqlConnection)
Initializes a new instance of SqlSession.
Declaration
protected SqlSession(SqlConnection sqlConnection)
Parameters
Type | Name | Description |
---|---|---|
System.Data.SqlClient.SqlConnection | sqlConnection | The SQL Server connection. |