1 implementation of CurrentDataSource
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
65
public object
CurrentDataSource
2 writes to CurrentDataSource
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
1921
queryProviderInstance.
CurrentDataSource
= dataSourceInstance;
1945
queryProviderInstance.
CurrentDataSource
= dataSourceInstance;
2 references to CurrentDataSource
System.Data.Services (2)
System\Data\Services\DataService.cs (1)
1917
dataSourceInstance = queryProviderInstance.
CurrentDataSource
;
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
118
get { return this.queryProvider.
CurrentDataSource
; }