C# Class System.Data.Common.DataTableMappingCollection

Inheritance: System.MarshalByRefObject, ITableMappingCollection
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Add DataTableMapping
AddEnumerableRange void
AddWithoutEvents void
ArrayList List
ClearWithoutEvents void
GetTableMappingBySchemaAction DataTableMapping
ITableMappingCollection ITableMapping
ITableMappingCollection ITableMapping
RangeCheck int
RangeCheck void
RemoveIndex void
Replace void
Validate void
ValidateSourceTable void
ValidateType void
this DataTableMapping
this DataTableMapping
this objectIList.System.Collections
this objectITableMappingCollection.System.Collections

Public Methods

Method Description
Add ( string sourceTable, string dataSetTable ) : DataTableMapping
Add ( object value ) : int
AddRange ( DataTableMapping values ) : void
AddRange ( System values ) : void
Clear ( ) : void
Contains ( object value ) : bool
Contains ( string value ) : bool
CopyTo ( Array array, int index ) : void
CopyTo ( DataTableMapping array, int index ) : void
DataTableMappingCollection ( ) : System.Collections
GetByDataSetTable ( string dataSetTable ) : DataTableMapping
GetEnumerator ( ) : IEnumerator
IndexOf ( object value ) : int
IndexOf ( string sourceTable ) : int
IndexOfDataSetTable ( string dataSetTable ) : int
Insert ( int index, DataTableMapping value ) : void
Insert ( int index, object value ) : void
Remove ( DataTableMapping value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void
RemoveAt ( string sourceTable ) : void

Private Methods

Method Description
Add ( DataTableMapping value ) : DataTableMapping
AddEnumerableRange ( IEnumerable values, bool doClone ) : void
AddWithoutEvents ( DataTableMapping value ) : void
ArrayList ( ) : List
ClearWithoutEvents ( ) : void
GetTableMappingBySchemaAction ( DataTableMappingCollection tableMappings, string sourceTable, string dataSetTable, MissingMappingAction mappingAction ) : DataTableMapping
ITableMappingCollection ( string dataSetTableName ) : ITableMapping
ITableMappingCollection ( string sourceTableName, string dataSetTableName ) : ITableMapping
RangeCheck ( string sourceTable ) : int
RangeCheck ( int index ) : void
RemoveIndex ( int index ) : void
Replace ( int index, DataTableMapping newValue ) : void
Validate ( int index, DataTableMapping value ) : void
ValidateSourceTable ( int index, string value ) : void
ValidateType ( object value ) : void
this ( int index ) : DataTableMapping
this ( string sourceTable ) : DataTableMapping
this ( int index ) : objectIList.System.Collections
this ( string index ) : objectITableMappingCollection.System.Collections

Method Details

Add() public method

public Add ( string sourceTable, string dataSetTable ) : DataTableMapping
sourceTable string
dataSetTable string
return DataTableMapping

Add() public method

public Add ( object value ) : int
value object
return int

AddRange() public method

public AddRange ( DataTableMapping values ) : void
values DataTableMapping
return void

AddRange() public method

public AddRange ( System values ) : void
values System
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object value ) : bool
value object
return bool

Contains() public method

public Contains ( string value ) : bool
value string
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

CopyTo() public method

public CopyTo ( DataTableMapping array, int index ) : void
array DataTableMapping
index int
return void

DataTableMappingCollection() public method

public DataTableMappingCollection ( ) : System.Collections
return System.Collections

GetByDataSetTable() public method

public GetByDataSetTable ( string dataSetTable ) : DataTableMapping
dataSetTable string
return DataTableMapping

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int

IndexOf() public method

public IndexOf ( string sourceTable ) : int
sourceTable string
return int

IndexOfDataSetTable() public method

public IndexOfDataSetTable ( string dataSetTable ) : int
dataSetTable string
return int

Insert() public method

public Insert ( int index, DataTableMapping value ) : void
index int
value DataTableMapping
return void

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void

Remove() public method

public Remove ( DataTableMapping value ) : void
value DataTableMapping
return void

Remove() public method

public Remove ( object value ) : void
value object
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveAt() public method

public RemoveAt ( string sourceTable ) : void
sourceTable string
return void