Method | Description | |
---|---|---|
AddToCategories ( |
Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToEvents ( |
Deprecated Method for adding a new object to the Events EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToRuleSets ( |
Deprecated Method for adding a new object to the RuleSets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToRules ( |
Deprecated Method for adding a new object to the Rules EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUserEvents ( |
Deprecated Method for adding a new object to the UserEvents 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.
|
|
AddToWinners ( |
Deprecated Method for adding a new object to the Winners EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
CapRaffleContext ( ) : System |
Initializes a new CapRaffleContext object using the connection string found in the 'CapRaffleContext' section of the application configuration file.
|
|
CapRaffleContext ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new CapRaffleContext object.
|
|
CapRaffleContext ( string connectionString ) : System |
Initialize a new CapRaffleContext object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCategories ( |
||
category | ||
return | void |
public AddToRuleSets ( |
||
ruleSet | ||
return | void |
public AddToUserEvents ( |
||
userEvent | ||
return | void |
public CapRaffleContext ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public CapRaffleContext ( string connectionString ) : System | ||
connectionString | string | |
return | System |