Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • IObjectDataSourceValidationService.Validate(IEnumerable<ObjectDataSource>) Method

    Validates the ObjectDataSource data objects before data retrieval.

    Namespace: DevExpress.Snap.Services

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    void Validate(
        IEnumerable<ObjectDataSource> dataSources
    )

    Parameters

    Name Type Description
    dataSources IEnumerable<ObjectDataSource>

    An IEnumerable<T><ObjectDataSource,> collection to validate.

    Remarks

    To prevent a data object in a collection from executing its data retrieval method, set its ObjectDataSource.DataSource and ObjectDataSource.DataMember properties to null.

    See Also