Initializes an SAParameter object with the specified parameter name and value.
Public Sub New(ByVal parameterName As String, ByVal value As Object)
public SAParameter(string parameterName, object value)
parameterName The name of the parameter.
value An Object that is the value of the parameter.
This constructor is not recommended; it is provided for compatibility with other data providers.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |