[]
Represents information about a parameter used in an SQL query.
public sealed class QueryParameterInfo
Name | Description |
---|---|
QueryParameterInfo(string, Type) | Initializes a new instance of the QueryParameterInfo class with the specified name and type. |
Name | Description |
---|---|
Name | Gets or sets the name of the parameter as used in the SQL query. |
Type | Gets or sets the data type of the parameter (e.g., int, string, etc.). |