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

DataSourceInfoCollection.IsDefaultDataSource(Object) Method

Specifies whether or not the specified datasource is the default one.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public bool IsDefaultDataSource(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object value, specifying the datasource.

Returns

Type Description
Boolean

true if the specified object is the default datasource; otherwise false.

See Also