Méthode | Description | |
---|---|---|
AddToCharities ( |
Deprecated Method for adding a new object to the Charities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCharityProjects ( |
Deprecated Method for adding a new object to the CharityProjects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToEventSettings ( |
Deprecated Method for adding a new object to the EventSettings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToPages ( |
Deprecated Method for adding a new object to the Pages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToPosts ( |
Deprecated Method for adding a new object to the Posts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSponsors ( |
Deprecated Method for adding a new object to the Sponsors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUsers ( |
Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToVolunteers ( |
Deprecated Method for adding a new object to the Volunteers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
GiveCampEntities ( ) : System |
Initializes a new GiveCampEntities object using the connection string found in the 'GiveCampEntities' section of the application configuration file.
|
|
GiveCampEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new GiveCampEntities object.
|
|
GiveCampEntities ( string connectionString ) : System |
Initialize a new GiveCampEntities object.
|
Méthode | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCharities ( |
||
charity | ||
Résultat | void |
public AddToCharityProjects ( |
||
charityProject | ||
Résultat | void |
public AddToEventSettings ( |
||
eventSetting | ||
Résultat | void |
public AddToSponsors ( |
||
sponsor | ||
Résultat | void |
public AddToVolunteers ( |
||
volunteer | ||
Résultat | void |
public GiveCampEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
Résultat | System |
public GiveCampEntities ( string connectionString ) : System | ||
connectionString | string | |
Résultat | System |