Method | Description | |
---|---|---|
AddToCommentSet ( |
Deprecated Method for adding a new object to the CommentSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToEventSet ( |
Deprecated Method for adding a new object to the EventSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToFileSet ( |
Deprecated Method for adding a new object to the FileSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToGroupSet ( |
Deprecated Method for adding a new object to the GroupSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToImageSet ( Image image ) : void |
Deprecated Method for adding a new object to the ImageSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToLinkSet ( |
Deprecated Method for adding a new object to the LinkSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToMessageSet ( |
Deprecated Method for adding a new object to the MessageSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToStatusSet ( |
Deprecated Method for adding a new object to the StatusSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUserSet ( |
Deprecated Method for adding a new object to the UserSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToWallItemSet ( |
Deprecated Method for adding a new object to the WallItemSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
FelBookDBEntities ( ) : System |
Initializes a new FelBookDBEntities object using the connection string found in the 'FelBookDBEntities' section of the application configuration file.
|
|
FelBookDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new FelBookDBEntities object.
|
|
FelBookDBEntities ( string connectionString ) : System |
Initialize a new FelBookDBEntities object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCommentSet ( |
||
comment | ||
return | void |
public AddToMessageSet ( |
||
message | ||
return | void |
public AddToStatusSet ( |
||
status | ||
return | void |
public AddToWallItemSet ( |
||
wallItem | ||
return | void |
public FelBookDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public FelBookDBEntities ( string connectionString ) : System | ||
connectionString | string | |
return | System |