Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SAParameter オブジェクトを、指定されたパラメーター名と値で初期化します。
Public Sub New(ByVal parameterName As String, ByVal value As Object)
public SAParameter(string parameterName, object value)
parameterName パラメーターの名前。
value パラメーターの値である Object。
このコンストラクターの使用はおすすめしません。これは、他のデータプロバイダーとの互換性のために用意されています。