FileExtractDriver.CreateWriteSession(String) Method
Creates a session used to write data to an extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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 |
---|---|
IDriverWriteSession | An object implementing the IDriverWriteSession that specifies a session used to write data to a data extract. |
Implements
See Also