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, ByVal sourceColumn As String ) As SAParameter
public SAParameter Add( string parameterName, SADbType saDbType, int size, string sourceColumn )
parameterName パラメータの名前。
saDbType SADbType 値の 1 つ。
size カラムの長さ。
sourceColumn マッピングするソースカラムの名前。
新しい SAParameter オブジェクト。