| DbString Class |
Namespace: Dapper
The DbString type exposes the following members.
| Name | Description | |
|---|---|---|
| IsAnsi |
Ansi vs Unicode
| |
| IsFixedLength |
Fixed length
| |
| Length |
Length of the string -1 for max
| |
| Value |
The value of the string
|
| Name | Description | |
|---|---|---|
| AddParameter |
Add the parameter to the command... internal use only
| |
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DefaultLength |
A value to set the default value of strings
going through Dapper. Default is 4000, any value larger than this
field will not have the default value applied.
|