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