Table Put Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodPut(UInt64, Object, Int32, Int32, Nullable DateTime )
Puts a key-identified item into this table. If item with such key is already in this table then replaces it and returns false, returns true otherwise
Public methodPut(UInt64, Object, CacheRec , Int32, Int32, Nullable DateTime )
Puts a key-identified item into this table. If item with such key is already in this table then replaces it and returns false, returns true otherwise
Back to Top
See Also