C# Class faksModel.faksEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: bbenko/vsite Class Usage Examples

Méthodes publiques

Méthode Description
AddTomjesto ( mjesto mjesto ) : void

Deprecated Method for adding a new object to the mjesto EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTostudent ( student student ) : void

Deprecated Method for adding a new object to the student EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

faksEntities ( ) : System

Initializes a new faksEntities object using the connection string found in the 'faksEntities' section of the application configuration file.

faksEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new faksEntities object.

faksEntities ( string connectionString ) : System

Initialize a new faksEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddTomjesto() public méthode

Deprecated Method for adding a new object to the mjesto EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTomjesto ( mjesto mjesto ) : void
mjesto mjesto
Résultat void

AddTostudent() public méthode

Deprecated Method for adding a new object to the student EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTostudent ( student student ) : void
student student
Résultat void

faksEntities() public méthode

Initializes a new faksEntities object using the connection string found in the 'faksEntities' section of the application configuration file.
public faksEntities ( ) : System
Résultat System

faksEntities() public méthode

Initialize a new faksEntities object.
public faksEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

faksEntities() public méthode

Initialize a new faksEntities object.
public faksEntities ( string connectionString ) : System
connectionString string
Résultat System