RandomParameter.DataBind Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Binds the data to the solver context.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Protected Overridable Sub DataBind ( _
    context As SolverContext _
)
protected virtual void DataBind(
    SolverContext context
)
protected:
virtual void DataBind(
    SolverContext^ context
)
abstract DataBind : 
        context:SolverContext -> unit 
override DataBind : 
        context:SolverContext -> unit 
protected function DataBind(
    context : SolverContext
)

Parameters

Exceptions

Exception Condition
InvalidModelDataException

Duplicate or out-of-range data is detected in the model.

.NET Framework Security

See Also

Reference

RandomParameter Class

Microsoft.SolverFoundation.Services Namespace