IPersistentObjectStorage<T>.GetColumnNames() Method
Gets the names of data columns associated with this IPersistentObjectStorage<T> object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Returns
Type | Description |
---|---|
StringCollection | A StringCollection object. |
Remarks
This method obtains the column names of the data source for the data-bound AppointmentStorage and ResourceStorage objects.
See Also