SolverContext.DataSource 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 database context for data.

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

Syntax

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

Property Value

Type: System.Data.Linq.DataContext
The database context for data.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace