Method Create
- Namespace
- MongoDB.Driver.Encryption
- Assembly
- MongoDB.Driver.Encryption.dll
Create(Action<CsfleSchemaBuilder>)
Creates a new instance of the CsfleSchemaBuilder and configures it using the provided action.
public static CsfleSchemaBuilder Create(Action<CsfleSchemaBuilder> configure)
Parameters
configure
Action<CsfleSchemaBuilder>An action to configure the schema builder.