| SqlParameter Class |
[Missing <summary> documentation for "T:Activsoft.Engine.Db.SqlParameter"]
Namespace: Activsoft.Engine.Db
The SqlParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| SqlParameter(SqlParameter) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer, ParameterDirection) | Initializes a new instance of the SqlParameter class | |
| SqlParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32) | Initializes a new instance of the SqlParameter class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromString | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IsEmpty | (Overrides SqlTokenIsEmpty.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetValueFromString | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |