DataService<T>.CurrentDataSource 属性

定义

获取当前正用于处理请求的数据源实例。Gets the data source instance currently being used to process the request.

protected:
 property T CurrentDataSource { T get(); };
protected T CurrentDataSource { get; }
member this.CurrentDataSource : 'T
Protected ReadOnly Property CurrentDataSource As T

属性值

T

服务的数据源实例。The data source instance for the service.

注解

构造类时使用的模板类的实例。An instance of the template class used when the class was constructed.

适用于