Click or drag to resize

DeploymentOptions Methods

The DeploymentOptions type exposes the following members.

Methods
  NameDescription
Public methodWithDeploymentId
Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.
Public methodWithDeploymentLockStrategy
Sets the deployment lock strategy, the default is
Public methodWithStatementNameRuntime
Sets the callback overriding the statement name that identifies the statement within the deployment and that can be obtained using Name
Public methodWithStatementSubstitutionParameter
Sets the callback providing values for substitution parameters.
Public methodWithStatementUserObjectRuntime
Sets the callback providing a runtime statement user object that can be obtained using UserObjectRuntime
Top
See Also