Method | Description | |
---|---|---|
AddToUsers ( |
Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
UserEntities ( ) : System |
Initializes a new UserEntities object using the connection string found in the 'UserEntities' section of the application configuration file.
|
|
UserEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new UserEntities object.
|
|
UserEntities ( string connectionString ) : System |
Initialize a new UserEntities object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public UserEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public UserEntities ( string connectionString ) : System | ||
connectionString | string | |
return | System |