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 值之一
size 参数的长度。