Class SqlDataContext
Inheritance
System.Object
SqlDataContext
Assembly: JK.Common.Data.Sql.dll
Syntax
public class SqlDataContext : DataContextBase
Constructors
|
Improve this Doc
View Source
SqlDataContext(String)
Declaration
public SqlDataContext(string connectionString)
Parameters
| Type |
Name |
Description |
| System.String |
connectionString |
|
Methods
|
Improve this Doc
View Source
MakeConnection()
Declaration
protected override IDbConnection MakeConnection()
Returns
| Type |
Description |
| IDbConnection |
|
|
Improve this Doc
View Source
MakeParameterFactory(IDbCommand)
Declaration
public override IParameterFactory MakeParameterFactory(IDbCommand command)
Parameters
| Type |
Name |
Description |
| IDbCommand |
command |
|
Returns
| Type |
Description |
| IParameterFactory |
|