Overload List
Name | Description | |
---|---|---|
SqlClient |
Initializes a new instance of the SqlClient class.
| |
SqlClient(Int32) |
Initializes a new instance of the SqlClient class with caching duration.
| |
SqlClient(String) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(String, Int32) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(String, String) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(Type, Int32) |
Initializes a new instance of the SqlClient class with custom cache object and caching duration.
| |
SqlClient(Type, Object ) |
Initializes a new instance of the SqlClient with custom cache object.
| |
SqlClient(String, Type, Object ) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(Type, Object , Int32) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(String, Int32, String, Type, Object ) |
Initializes a new instance of the SqlClient class.
| |
SqlClient(String, Int32, String, Type, Object , Type) |
Initializes a new instance of the SqlClient class.
|
See Also