IndexOptionsTDocumentSetDropDups Method |
Sets whether duplicates should be dropped.
Namespace: MongoDB.Driver.BuildersAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public static IndexOptionsBuilder<TDocument> SetDropDups(
bool value
)
Public Shared Function SetDropDups (
value As Boolean
) As IndexOptionsBuilder(Of TDocument)
static member SetDropDups :
value : bool -> IndexOptionsBuilder<'TDocument>
Parameters
- value
- Type: SystemBoolean
Whether duplicates should be dropped.
Return Value
Type:
IndexOptionsBuilderTDocumentThe builder (so method calls can be chained).
See Also