forwardRemove Method    Table of ContentSet Method (Int32, ArraySegment(Byte))forward
FieldSet.Set Method
Overload List
  NameDescription
Public methodSet(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.
Public methodSet(Int32, Boolean)
Sets the field value as Boolean. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(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.
Public methodSet(Int32, Char)
Sets the field value as a character. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, DateTime)
Sets the field value as a DateTime object. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, Decimal)
Sets the field value as a Decimal number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(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.
Public methodSet(Int32, Int32)
Sets the field value as an integer. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(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.
Public methodSet(Int32, String)
Sets the field value as string.
Public methodSet(Int32, StringBuilder)
Sets the field value from the given StringBuilder instance.
Public methodSet(Int32, TimeSpan)
Sets the field value as a TimeSpan object. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(Int32, HighResolutionTimeSpan, TimeSpanFormat)
Sets the field value as a HighResolutionTimeSpan object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, HighResolutionTimestamp, TimestampFormat)
Sets the field value as a HighResolutionTimestamp object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, DateTime, TimestampFormat)
Sets the field value as a DateTime object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Public methodSet(Int32, Decimal, Int32)
Sets the field value as a Decimal number. Transforms input value into text-presentation, so actually stored value is text-presentation of input.
Public methodSet(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.
Public methodSet(Int32, TimeSpan, TimeSpanFormat)
Sets the field value as a TimeSpan object. Transforms input value into text-presentation with the given format, so actually stored value is text-presentation of input.
Top
See Also