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 ) As SAParameter
public SAParameter Add(string parameterName, SADbType saDbType)
parameterName パラメータの名前。
saDbType SADbType 値の 1 つ。
新しい SAParameter オブジェクト。