Adds an SAParameter object to this collection, created using the specified parameter name and data type, to the collection.
Visual Basic Public Function Add( _ ByVal parameterName As String, _ ByVal saDbType As SADbType _ ) As SAParameter
C# public SAParameter Add( string parameterName, SADbType saDbType );
parameterName The name of the parameter.
saDbType One of the SADbType values.
The new SAParameter object.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |