• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Constructor NosDBDependency

NosDBDependency(String, String)

Constructor of NosDBDependency class.

Declaration
public NosDBDependency(string connectionString, string commandText)
Parameters
Type Name Description
System.String connectionString
System.String commandText

NosDBDependency(String, String, Dictionary<String, Object>, Int32)

Constructor for NosDBDependency class. It takes connectionString of the database, commandText, parameters and timeout as arguments.

Declaration
public NosDBDependency(string connectionString, string commandText, Dictionary<string, object> parameters, int timeout)
Parameters
Type Name Description
System.String connectionString
System.String commandText
Dictionary<System.String, System.Object> parameters
System.Int32 timeout
Back to top Copyright © 2017 Alachisoft