Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The data source object from which data is provided.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property CurrentDataSource As Object
Get
Set
'Usage
Dim instance As IDataServiceQueryProvider
Dim value As Object
value = instance.CurrentDataSource
instance.CurrentDataSource = value
Object CurrentDataSource { get; set; }
property Object^ CurrentDataSource {
Object^ get ();
void set (Object^ value);
}
abstract CurrentDataSource : Object with get, set
function get CurrentDataSource () : Object
function set CurrentDataSource (value : Object)
Property Value
Type: System.Object
The data source.