Click or drag to resize

ILiteRepositoryUpsert Method

Overload List
 NameDescription
Public methodUpsertT(IEnumerableT, String) Insert or Update all documents based on _id key. Returns entity count that was inserted
Public methodUpsertT(T, String) Insert or Update a document based on _id key. Returns true if insert entity or false if update entity
Top
See Also