C# Class ElmcityUtils.elmcity_log_entry_entities

No Metadata Documentation available.
Inheritance: ObjectContext
显示文件 Open project: judell/elmcity Class Usage Examples

Public Methods

Method Description
AddToelmcity_log_entry ( elmcity_log_entry elmcity_log_entry ) : void

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

elmcity_log_entry_entities ( ) : System

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

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

Initialize a new elmcity_log_entry_entities object.

elmcity_log_entry_entities ( string connectionString ) : System

Initialize a new elmcity_log_entry_entities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToelmcity_log_entry() public method

Deprecated Method for adding a new object to the elmcity_log_entry EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToelmcity_log_entry ( elmcity_log_entry elmcity_log_entry ) : void
elmcity_log_entry elmcity_log_entry
return void

elmcity_log_entry_entities() public method

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

elmcity_log_entry_entities() public method

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

elmcity_log_entry_entities() public method

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