C# Class ElmcityUtils.iis_log_entry_entities

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

Méthodes publiques

Méthode Description
AddToiis_log_entry ( iis_log_entry iis_log_entry ) : void

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

iis_log_entry_entities ( ) : System

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

iis_log_entry_entities ( EntityConnection connection ) : System

Initialize a new iis_log_entry_entities object.

iis_log_entry_entities ( string connectionString ) : System

Initialize a new iis_log_entry_entities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToiis_log_entry() public méthode

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

iis_log_entry_entities() public méthode

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

iis_log_entry_entities() public méthode

Initialize a new iis_log_entry_entities object.
public iis_log_entry_entities ( EntityConnection connection ) : System
connection EntityConnection
Résultat System

iis_log_entry_entities() public méthode

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