Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コレクションに対して指定されたパラメーター名、データ型、長さを使用して作成された SAParameter オブジェクトをこのコレクションに追加します。
Public Function Add( ByVal parameterName As String, ByVal saDbType As SADbType, ByVal size As Integer ) As SAParameter
public SAParameter Add( string parameterName, SADbType saDbType, int size )
parameterName パラメーターの名前。
saDbType SADbType 値の 1 つ。
size パラメーターの長さ。
新しい SAParameter オブジェクト。