Method | Description | |
---|---|---|
AddToFriendships ( |
Deprecated Method for adding a new object to the Friendships EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToItems ( Item item ) : void |
Deprecated Method for adding a new object to the Items EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToMenuItems ( |
Deprecated Method for adding a new object to the MenuItems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToMenus ( |
Deprecated Method for adding a new object to the Menus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrderItems ( |
Deprecated Method for adding a new object to the OrderItems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrders ( |
Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToVendors ( |
Deprecated Method for adding a new object to the Vendors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToaspnet_Membership ( |
Deprecated Method for adding a new object to the aspnet_Membership EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToaspnet_Profile ( |
Deprecated Method for adding a new object to the aspnet_Profile EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToaspnet_Roles ( |
Deprecated Method for adding a new object to the aspnet_Roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToaspnet_Users ( |
Deprecated Method for adding a new object to the aspnet_Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
FeedMeEntities ( ) : System |
Initializes a new FeedMeEntities object using the connection string found in the 'FeedMeEntities' section of the application configuration file.
|
|
FeedMeEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new FeedMeEntities object.
|
|
FeedMeEntities ( string connectionString ) : System |
Initialize a new FeedMeEntities object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToFriendships ( |
||
friendship | ||
return | void |
public AddToMenuItems ( |
||
menuItem | ||
return | void |
public AddToOrderItems ( |
||
orderItem | ||
return | void |
public AddToaspnet_Membership ( |
||
aspnet_Membership | ||
return | void |
public AddToaspnet_Profile ( |
||
aspnet_Profile | ||
return | void |
public AddToaspnet_Roles ( |
||
aspnet_Roles | ||
return | void |
public AddToaspnet_Users ( |
||
aspnet_Users | ||
return | void |
public FeedMeEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public FeedMeEntities ( string connectionString ) : System | ||
connectionString | string | |
return | System |