C# Class System.Data.SqlClient.SqlBulkCopyColumnMappingCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
System bool
System int

Méthodes publiques

Méthode 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

Méthode Description
System ( object value ) : bool
System ( object value ) : int

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

System() public méthode

public System ( System array, int index ) : void
array System
index int
Résultat void

System() public méthode

public System ( int index, object value ) : void
index int
value object
Résultat void

System() public méthode

public System ( object value ) : void
value object
Résultat void

this() public méthode

public this ( int index ) : objectSystem.Collections.IList.
index int
Résultat objectSystem.Collections.IList.