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

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

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

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

scale (Int32)

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

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