FileExtractDriver.CreateReadSession(String) Method
Creates a session used to read data from an extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| resourceName | String | A String value specifying the resource name that is used to identify a data extract. |
Returns
| Type | Description |
|---|---|
| IDriverReadSession | An object implementing the IDriverReadSession that specifies a session used to write data to a data extract. |
Implements
See Also