Shared |
public class SharedEngine : ILiteEngine, IDisposable
The SharedEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| SharedEngine | Initializes a new instance of the SharedEngine class |
| Name | Description | |
|---|---|---|
| BeginTrans | ||
| Checkpoint | ||
| Commit | ||
| Delete | ||
| DeleteMany | ||
| Dispose | Releases all resources used by the SharedEngine | |
| Dispose(Boolean) | Releases the unmanaged resources used by the SharedEngine and optionally releases the managed resources | |
| DropCollection | ||
| DropIndex | ||
| EnsureIndex | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Pragma(String) | ||
| Pragma(String, BsonValue) | ||
| Query | ||
| Rebuild | ||
| RenameCollection | ||
| Rollback | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Update | ||
| UpdateMany | ||
| Upsert |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |