Class SqlParamRef
Represents a reference to a SqlParam
public class SqlParamRef
- Inheritance
-
SqlParamRef
- Inherited Members
- Extension Methods
Constructors
SqlParamRef(string, int)
Constructor
public SqlParamRef(string Name, int Index)
Parameters
Properties
Index
The index of the parameter
public int Index { get; }
Property Value
Name
The name of the parameter
public string Name { get; }
Property Value
Methods
ToString()
Returns a string representation of this instance.
public override string ToString()