Click or drag to resize
SqlParameter Constructor (SqlType, String)
Initializes a new instance of the SqlParameter class

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public SqlParameter(
	SqlType type,
	string name
)

Parameters

type
Type: Activsoft.EngineSqlType

[Missing <param name="type"/> documentation for "M:Activsoft.Engine.Db.SqlParameter.#ctor(Activsoft.Engine.SqlType,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Activsoft.Engine.Db.SqlParameter.#ctor(Activsoft.Engine.SqlType,System.String)"]

See Also