Remove Method | Table of Content | Set Method (Int32, Int32, ArraySegment(Byte)) |
Group.Set Method |
Name | Description | |
---|---|---|
Set(Int32, Int32, ArraySegment<Byte>) |
Sets the field value as a byte array from the array segment. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Boolean) | Sets the field value as Boolean. Transforms input value into text-presentation, so actually stored value is text-presentation of input. | |
Set(Int32, Int32, Byte[]) |
Sets the field value as a byte array. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Char) |
Sets the field value as a Char. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, DateTime) |
Sets the field value as a DateTime. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Decimal) | Sets the field value as Decimal. Transforms input value into text-presentation, so actually stored value is text-presentation of input. | |
Set(Int32, Int32, Double) |
Sets the field value as a double-precision floating point number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Int32) |
Sets the field value as a signed 32-bit (4-byte) integer. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Int64) |
Sets the field value as a signed 64-bit (8-byte) integer. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, String) |
Sets the field value as string.
| |
Set(Int32, Int32, StringBuilder) |
Sets the field value from the given StringBuilder instance.
| |
Set(Int32, Int32, TimeSpan) |
Sets the field value as a TimeSpan. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, HighResolutionTimeSpan, TimeSpanFormat) |
Sets the field value as a HighResolutionTimeSpan. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, HighResolutionTimestamp, TimestampFormat) |
Sets the field value as a HighResolutionTimestamp. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, DateTime, TimestampFormat) |
Sets the field value as a DateTime. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, Decimal, Int32) | Sets the field value as Decimal Transforms input value into text-presentation, so actually stored value is text-presentation of input. | |
Set(Int32, Int32, Double, Int32) |
Sets the field value as a double-precision floating point number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
| |
Set(Int32, Int32, TimeSpan, TimeSpanFormat) |
Sets the field value as a TimeSpan. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
|