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 が厳密に型指定されたものです。