C# Class System.Data.TableMappingCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Add ( TableMapping map ) : void
this ( string name ) : TableMapping

Method Details

Add() public méthode

public Add ( TableMapping map ) : void
map TableMapping
Résultat void

this() public méthode

public this ( string name ) : TableMapping
name string
Résultat TableMapping