Overload List

  NameDescription
Public methodPut(String, Boolean)
Given a name, stores the bool value in the field with that name.
Public methodPut(String, array<Byte>[]()[][])
Given a name, stores the byte array value in the field with that name.
Public methodPut(String, Char)
Given a name, stores the char value in the field with that name.
Public methodPut(String, Double)
Given a name, stores the double value in the field with that name.
Public methodPut(String, Int16)
Given a name, stores the short value in the field with that name.
Public methodPut(String, Int32)
Given a name, stores the int value in the field with that name.
Public methodPut(String, Int64)
Given a name, stores the long value in the field with that name.
Public methodPut(String, Nullable<(Of <<'(DateTime>)>>))
Given a name, stores the datetime value in the field with that name.
Public methodPut(String, Single)
Given a name, stores the float value in the field with that name.
Public methodPut(String, String)
Given a name, stores the string value in the field with that name.

See Also