Class SqlParam
Represents a parameter for a SQL statement.
public class SqlParam
- Inheritance
-
SqlParam
- Inherited Members
- Extension Methods
Constructors
SqlParam(string, object)
Constructor
public SqlParam(string Name, object Value)
Parameters
Properties
Name
The parameter name
public string Name { get; }
Property Value
Value
The parameter value
public object Value { get; }