Class SqlParams
A collection of SqlParam objects
public class SqlParams
- Inheritance
-
SqlParams
- Inherited Members
- Extension Methods
Constructors
SqlParams()
Constructor
public SqlParams()
Properties
Count
The number of items in this collection.
public int Count { get; }
Property Value
this[int]
Returns the SqlParam at the specified index.
public SqlParam this[int Index] { get; }
Parameters
Indexint
Property Value
Items
The collection of SqlParam objects.
public List<SqlParam> Items { get; }
Property Value
Methods
Add(string, object)
Adds a new SqlParam object to this collection.
public SqlParams Add(string Name, object Value)