Name

DataViewSetting

Synopsis

This class encapsulates the settings that create a DataView from a DataViewManager .

public class DataViewSetting {

// Public Instance Properties

   public bool ApplyDefaultSort{set; get; } 

   public DataViewManager DataViewManager{get; } 

   public string RowFilter{set; get; } 

   public DataViewRowState RowStateFilter{set; get; } 

   public string Sort{set; get; } 

   public DataTable Table{get; } 

}

Returned By

DataViewSettingCollection.this

Passed To

DataViewSettingCollection.this

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.