메소드 | 설명 | |
---|---|---|
AddToCommands ( |
Deprecated Method for adding a new object to the Commands EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToNamespaces ( |
Deprecated Method for adding a new object to the Namespaces EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUsers ( |
Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
DataContext ( ) : System |
Initializes a new DataContext object using the connection string found in the 'DataContext' section of the application configuration file.
|
|
DataContext ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new DataContext object.
|
|
DataContext ( string connectionString ) : System |
Initialize a new DataContext object.
|
메소드 | 설명 | |
---|---|---|
OnContextCreated ( ) : void |
public AddToNamespaces ( |
||
namespaces | ||
리턴 | void |
public DataContext ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
리턴 | System |
public DataContext ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |