| DatabaseSave Method | 
Namespace: Couchbase.Lite
 Syntax
Syntaxpublic Document Save( MutableDocument document )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| InvalidOperationException | Thrown when trying to save a document into a database other than the one it was previously added to | 
 See Also
See Also