Decision.Binding Property

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

Gets or sets the LINQ binding to a database.

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

Syntax

'Declaration
Public Property Binding As IEnumerable
public IEnumerable Binding { get; private set; }
public:
property IEnumerable^ Binding {
    IEnumerable^ get ();
    private: void set (IEnumerable^ value);
}
member Binding : IEnumerable with get, private set
function get Binding () : IEnumerable
private function set Binding (value : IEnumerable)

Property Value

Type: System.Collections.IEnumerable
The LINQ binding to a database.

.NET Framework Security

See Also

Reference

Decision Class

Microsoft.SolverFoundation.Services Namespace