Click or drag to resize

HintForDeleteOperationsFeatureDriverMustThrowIfNotSupported Method

Determines whether the driver must throw an exception if the feature is not supported by the server.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public bool DriverMustThrowIfNotSupported(
	SemanticVersion serverVersion
)

Parameters

serverVersion
Type: MongoDB.Driver.Core.MiscSemanticVersion
The server version.

Return Value

Type: Boolean
Whether the driver must throw if feature is not supported.
See Also