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