Метод | Описание | |
---|---|---|
AddToTR_ARBEIT ( |
Deprecated Method for adding a new object to the TR_ARBEIT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTR_FAHRZEUGART ( |
Deprecated Method for adding a new object to the TR_FAHRZEUGART EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTR_FAHRZEUGMARKE ( |
Deprecated Method for adding a new object to the TR_FAHRZEUGMARKE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTR_MATERIAL ( |
Deprecated Method for adding a new object to the TR_MATERIAL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTZ_ARBEITLISTE ( |
Deprecated Method for adding a new object to the TZ_ARBEITLISTE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTZ_FAHRZEUGTYP ( |
Deprecated Method for adding a new object to the TZ_FAHRZEUGTYP EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTZ_MATERIALLISTE ( |
Deprecated Method for adding a new object to the TZ_MATERIALLISTE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToT_FAHRZEUG ( |
Deprecated Method for adding a new object to the T_FAHRZEUG EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToT_NUTZER ( |
Deprecated Method for adding a new object to the T_NUTZER EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToT_REPARATUR ( |
Deprecated Method for adding a new object to the T_REPARATUR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
Context ( ) : System |
Initializes a new Context object using the connection string found in the 'Context' section of the application configuration file.
|
|
Context ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new Context object.
|
|
Context ( string connectionString ) : System |
Initialize a new Context object.
|
Метод | Описание | |
---|---|---|
OnContextCreated ( ) : void |
public AddToTR_ARBEIT ( |
||
tR_ARBEIT | ||
Результат | void |
public AddToTR_FAHRZEUGART ( |
||
tR_FAHRZEUGART | ||
Результат | void |
public AddToTR_FAHRZEUGMARKE ( |
||
tR_FAHRZEUGMARKE | ||
Результат | void |
public AddToTR_MATERIAL ( |
||
tR_MATERIAL | ||
Результат | void |
public AddToTZ_ARBEITLISTE ( |
||
tZ_ARBEITLISTE | ||
Результат | void |
public AddToTZ_FAHRZEUGTYP ( |
||
tZ_FAHRZEUGTYP | ||
Результат | void |
public AddToTZ_MATERIALLISTE ( |
||
tZ_MATERIALLISTE | ||
Результат | void |
public AddToT_FAHRZEUG ( |
||
t_FAHRZEUG | ||
Результат | void |
public AddToT_NUTZER ( |
||
t_NUTZER | ||
Результат | void |
public AddToT_REPARATUR ( |
||
t_REPARATUR | ||
Результат | void |
public Context ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
Результат | System |
public Context ( string connectionString ) : System | ||
connectionString | string | |
Результат | System |