DBExecutionParameter Constructor (String, DbType)DataBaseExecutors
Initializes a new instance of the DBExecutionParameter class

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public DBExecutionParameter(
	string pName,
	DbType type
)

Parameters

pName
Type: System String

[Missing <param name="pName"/> documentation for "M:DataBaseExecutors.DBExecutionParameter.#ctor(System.String,System.Data.DbType)"]

type
Type: System.Data DbType

[Missing <param name="type"/> documentation for "M:DataBaseExecutors.DBExecutionParameter.#ctor(System.String,System.Data.DbType)"]

See Also