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