C# Class System.Data.SqlClient.SqlBulkCopyColumnMappingCollection

Inheritance: System.Collections.CollectionBase
显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
System bool
System int

Public Methods

Method Description
Clear ( ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
RemoveAt ( int index ) : void
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
this ( int index ) : objectSystem.Collections.IList.

Private Methods

Method Description
System ( object value ) : bool
System ( object value ) : int

Method Details

Clear() public method

public Clear ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

RemoveAt() public method

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

System() public method

public System ( System array, int index ) : void
array System
index int
return void

System() public method

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

System() public method

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

this() public method

public this ( int index ) : objectSystem.Collections.IList.
index int
return objectSystem.Collections.IList.