A Sandcastle Documented Class Library
Parameter コンストラクタ (name, paramType, value, len)
名前空間CFW.DatabaseParameterParameter(String, DbType, Object, Int32)
構築
宣言の構文
C#Visual BasicVisual C++
public Parameter(
	string name,
	DbType paramType,
	Object value,
	int len
)
Public Sub New ( _
	name As String, _
	paramType As DbType, _
	value As Object, _
	len As Integer _
)
public:
Parameter(
	String^ name, 
	DbType paramType, 
	Object^ value, 
	int len
)
パラメータ
name (String)
パラメータ名
paramType (DbType)

[Missing <param name="paramType"/> documentation for "M:CFW.Database.Parameter.#ctor(System.String,System.Data.DbType,System.Object,System.Int32)"]

value (Object)
パラメータに設定する値
len (Int32)

[Missing <param name="len"/> documentation for "M:CFW.Database.Parameter.#ctor(System.String,System.Data.DbType,System.Object,System.Int32)"]

アセンブリ: CFW.Database (モジュール: CFW.Database) バージョン: 1.2.0.2 (1.2.0.2)