Method | Description | |
---|---|---|
AddToModeratorEntities ( |
Deprecated Method for adding a new object to the ModeratorEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToPostEntities ( |
Deprecated Method for adding a new object to the PostEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToPostKeyEntities ( |
Deprecated Method for adding a new object to the PostKeyEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSubforumEntities ( |
Deprecated Method for adding a new object to the SubforumEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUserEntities ( |
Deprecated Method for adding a new object to the UserEntities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
ForumEntities ( ) : System |
Initializes a new ForumEntities object using the connection string found in the 'ForumEntities' section of the application configuration file.
|
|
ForumEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new ForumEntities object.
|
|
ForumEntities ( string connectionString ) : System |
Initialize a new ForumEntities object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToModeratorEntities ( |
||
moderatorEntity | ||
return | void |
public AddToPostEntities ( |
||
postEntity | ||
return | void |
public AddToPostKeyEntities ( |
||
postKeyEntity | ||
return | void |
public AddToSubforumEntities ( |
||
subforumEntity | ||
return | void |
public AddToUserEntities ( |
||
userEntity | ||
return | void |
public ForumEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public ForumEntities ( string connectionString ) : System | ||
connectionString | string | |
return | System |