Initializes an SAParameter object with the specified parameter name and value. This constructor is not recommended; it is provided for compatibility with other data providers.
Visual Basic Public Sub New( _ ByVal parameterName As String, _ ByVal value As Object _ )
C# public SAParameter( string parameterName, object value );
parameterName The name of the parameter.
value An Object that is the value of the parameter.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |