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 にプロパティを設定し、パラメータの値やデータ型などを指定できます。