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 值之一。
size 列的长度。
sourceColumn 要映射的源列的名称。
新的 SAParameter 对象。