Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbParameterCollection.Add Method (String, Object)
Adds a FbParameter to the FbParameterCollection with the parameter name and the data type.
[Visual Basic]
Overloads Public Function Add( _
ByVal
parameterName As
String, _
ByVal
value As
Object _
) As
FbParameter
Parameters
-
parameterName
- The name of the parameter.
-
value
- The value of the parameter.
Return Value
A reference to the new FbParameter object.
See Also
FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace | FbParameterCollection.Add Overload List