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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |