C# Class faksModel.faksEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: bbenko/vsite Class Usage Examples

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddTomjesto() public method

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
return void

AddTostudent() public method

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
return void

faksEntities() public method

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

faksEntities() public method

Initialize a new faksEntities object.
public faksEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

faksEntities() public method

Initialize a new faksEntities object.
public faksEntities ( string connectionString ) : System
connectionString string
return System