Skip to main content
A newer version of this page is available.

SnapDocument.GetDataSourceOwner(Object) Method

Returns an object that contains information about the specified data source.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

IDataSourceOwner GetDataSourceOwner(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object value specifying the data source.

Returns

Type Description
IDataSourceOwner

An object that implements the IDataSourceOwner interface (typically, this is a DataSourceInfo object).

See Also