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, ByVal sourceColumn As String )
public SAParameter( string parameterName, SADbType dbType, int size, string sourceColumn )
parameterName 参数的名称。
dbType SADbType 值之一
size 参数的长度。
sourceColumn 要映射的源列的名称。