-
Notifications
You must be signed in to change notification settings - Fork 0
Izayoi.Data.Query.BindParameter
Namespace | Izayoi.Data.Query |
Assembly | Izayoi.Data.Query.dll |
Represents a bind parameter.
public class BindParameter : DbParameter, IDbParameter
Object -> MarshalByRefObject -> DbParameter -> BindParameter
IDbParameter, IDbDataParameter, IDataParameter
Name | Summary |
---|---|
BindParameter() | Initializes a new instance of the BindParameter class. |
BindParameter(string parameterName, object value) | Initializes a new instance of the BindParameter class with the specified parameterName and value. |
BindParameter(string parameterName, object value, DbType dbType) | Initializes a new instance of the BindParameter class with the specified parameterName, value and dbType. |
BindParameter(DbParameter dbParameter) | Initializes a new instance of the BindParameter class with the specified dbParameter. |
Gets or sets the System.Data.DbType of the parameter.
Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Gets or sets a value indicating whether the parameter accepts null values.
Gets or sets the name of the System.Data.IDataParameter.
Gets or sets the precision of numeric parameters.
Gets or sets the scale of numeric parameters.
Gets or sets the size of the parameter.
Gets or sets the name of the source column that is mapped to the System.Data.DataSet and used for loading or returning the System.Data.IDataParameter.Value.
Gets or sets a value which indicates whether the source column is nullable.
Gets or sets the System.Data.DataRowVersion to use when loading System.Data.IDataParameter.Value.
Gets or sets the value of the parameter.
Name | Returns | Summary |
---|---|---|
ResetDbType() | void | Resets the DbType property to its original settings. |
Product | Versions |
---|---|
.NET | 8 |
- Izayoi.Data
- Izayoi.Data.Query
- Izayoi.Data.Repository
- Izayoi.Data.Validation
Examples