C# Class LinqToSqlTest.ComicDataContext

Inheritance: DataContext
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
Author Table
Book Table
Publisher Table
Series Table

Méthodes publiques

Méthode Description
ComicDataContext ( string connectionString ) : System

Method Details

ComicDataContext() public méthode

public ComicDataContext ( string connectionString ) : System
connectionString string
Résultat System

Property Details

Author public_oe property

public Table Author
Résultat Table

Book public_oe property

public Table Book
Résultat Table

Publisher public_oe property

public Table Publisher
Résultat Table

Series public_oe property

public Table Series
Résultat Table