Show / Hide Table of Contents

Method Refresh

| Improve this Doc View Source

Refresh(DataSet<T>, Boolean)

Refresh by reloading DataSet.

Declaration
public void Refresh(DataSet<T> dataSet, bool resetCriteria = false)
Parameters
Type Name Description
DataSet<T> dataSet

The DataSet to reload.

System.Boolean resetCriteria

Indicates whether filtering and sorting criteria should be reseted.

| Improve this Doc View Source

Refresh(DataSet<T>, Predicate<DataRow>, IComparer<DataRow>)

Refresh by reloading DataSet, with specified filtering condition and sorting comparer.

Declaration
public void Refresh(DataSet<T> dataSet, Predicate<DataRow> where, IComparer<DataRow> orderBy)
Parameters
Type Name Description
DataSet<T> dataSet

The DataSet to reload.

System.Predicate<DataRow> where

The filtering condition.

System.Collections.Generic.IComparer<DataRow> orderBy

The sorting comparer.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest