IExecutionProfileOptions Methods |
The IExecutionProfileOptions type exposes the following members.
Name | Description | |
---|---|---|
WithDerivedProfile | The behavior of this method is the same as WithProfile(String, ActionIExecutionProfileBuilder) but instead of adding a normal execution profile, this method can be used to add a derived execution profile which is a profile that will inherit any unset settings from the base execution profile specified by baseProfile. | |
WithProfile | Adds an execution profile to this ExecutionProfileOptions instance. The name that is provided here is the name that must be provided to the several driver APIs that support execution profiles like ExecuteAsync(IStatement, String) or WithExecutionProfile(String). |