Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SAParameter オブジェクトを、指定したパラメータ名、データ型と長さで初期化します。
Public Sub New( ByVal parameterName As String, ByVal dbType As SADbType, ByVal size As Integer )
public SAParameter(string parameterName, SADbType dbType, int size)
parameterName パラメータの名前。
dbType SADbType 値の 1 つ。
size パラメータの長さ。