RetryableInsertCommandOperation(TDocument) Class (original) (raw)
RetryableInsertCommandOperationTDocument Class
Represents an insert command operation.
Inheritance Hierarchy
Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class RetryableInsertCommandOperation : RetryableWriteCommandOperationBase where TDocument : class
Public Class RetryableInsertCommandOperation(Of TDocument As Class) Inherits RetryableWriteCommandOperationBase
type RetryableInsertCommandOperation<'TDocument when 'TDocument : not struct> =
class
inherit RetryableWriteCommandOperationBase
end
Type Parameters
TDocument
The type of the document.
The RetryableInsertCommandOperationTDocument type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also