Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SACommand オブジェクトにパラメーターを指定するために SAParameter オブジェクトを提供します。
Public Shadows Function CreateParameter() As SAParameter
public new SAParameter CreateParameter()
SAParameter オブジェクトとして返される新しいパラメーター。
ストアドプロシージャーとその他一部の SQL 文は、疑問符 (?) によって文のテキストに示されているパラメーターを使用できます。
CreateParameter メソッドは、SAParameter オブジェクトを提供します。SAParameter にプロパティを設定し、パラメーターの値やデータ型などを指定できます。