FCFL.NET Common Library - API Reference
Add Method (DataParameterCollection)

Adds a parameter to this collection for use as a bind variable in the SQL statement.
Adds a parameter to this collection for use as a bind variable in the SQL statement.
Overload List
OverloadDescription
Add(String,Object)Adds a parameter to this collection for use as a bind variable in the SQL statement.  
Add(String,Object,ParameterDirection)Adds a parameter to this collection for passing to the database and in replacing parameters in the SQL statement, using a specific parameter direction.  
Add(String,Object,IDbDataParameter)  
Add(String,IDbDataParameter)Adds a parameter to this collection for passing to the database and in replacing parameters in the SQL statement.  
Remarks
The parameters added to this collection are stored in order and are used by SqlHelper to replace the parameter tokens in the SQL statement in the order in which they appear.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

DataParameterCollection Class
DataParameterCollection Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.