C# Class System.Data.DataViewSettingCollection

Inheritance: ICollection
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
DataViewSettingCollection System.ComponentModel
GetTable DataTable
GetTable DataTable
Remove void

Public Methods

Method Description
CopyTo ( Array ar, int index ) : void
CopyTo ( DataViewSetting ar, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( DataTable table ) : DataViewSetting
this ( int index ) : DataViewSetting
this ( string tableName ) : DataViewSetting

Private Methods

Method Description
DataViewSettingCollection ( DataViewManager dataViewManager ) : System.ComponentModel
GetTable ( int index ) : DataTable
GetTable ( string tableName ) : DataTable
Remove ( DataTable table ) : void

Method Details

CopyTo() public method

public CopyTo ( Array ar, int index ) : void
ar Array
index int
return void

CopyTo() public method

public CopyTo ( DataViewSetting ar, int index ) : void
ar DataViewSetting
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

public this ( DataTable table ) : DataViewSetting
table DataTable
return DataViewSetting

this() public method

public this ( int index ) : DataViewSetting
index int
return DataViewSetting

this() public method

public this ( string tableName ) : DataViewSetting
tableName string
return DataViewSetting