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