SqlClient Constructor Nemiro.Data.dll
Overload List

  NameDescription
Public methodSqlClient 
Initializes a new instance of the SqlClient class.
Public methodSqlClient(Int32)
Initializes a new instance of the SqlClient class with caching duration.
Public methodSqlClient(String)
Initializes a new instance of the SqlClient class.
Public methodSqlClient(String, Int32)
Initializes a new instance of the SqlClient class.
Public methodSqlClient(String, String)
Initializes a new instance of the SqlClient class.
Public methodSqlClient(Type, Int32)
Initializes a new instance of the SqlClient class with custom cache object and caching duration.
Public methodSqlClient(Type,  Object )
Initializes a new instance of the SqlClient with custom cache object.
Public methodSqlClient(String, Type,  Object )
Initializes a new instance of the SqlClient class.
Public methodSqlClient(Type,  Object , Int32)
Initializes a new instance of the SqlClient class.
Public methodSqlClient(String, Int32, String, Type,  Object )
Initializes a new instance of the SqlClient class.
Public methodSqlClient(String, Int32, String, Type,  Object , Type)
Initializes a new instance of the SqlClient class.
Top
See Also