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 パラメーターの長さ。