Adds a value to the end of this collection.
Visual Basic Public Function AddWithValue( _ ByVal parameterName As String, _ ByVal value As Object _ ) As SAParameter
C# public SAParameter AddWithValue( string parameterName, object value );
parameterName The name of the parameter.
value The value to be added.
The new SAParameter object.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |