Method | Description | |
---|---|---|
Columns ( this dbInsertQuery ) : DbInsertQuery |
Specifies the target columns.
|
|
Columns ( this dbInsertQuery, |
Specifies the target columns.
|
|
Insert ( this dbInsertQuery, |
Creates a DbQuery{TQueryExpression} that is used to insert data into the database.
|
|
Insert ( this dbInsertQuery, DbExpression>.Func |
Creates a DbQuery{TQueryExpression} that is used to insert data into the database.
|
|
Values ( this |
Specifies the values to be inserted.
|
|
Values ( this |
Specifies the values to be inserted.
|
public static Columns ( this dbInsertQuery ) : DbInsertQuery | ||
dbInsertQuery | this | The target |
return | DbInsertQuery |
public static Columns ( this dbInsertQuery, |
||
dbInsertQuery | this | The target |
columnsExpression | The |
|
return | DbInsertQuery |
public static Insert ( this dbInsertQuery, |
||
dbInsertQuery | this | The target |
target | The |
|
return | DbInsertQuery |
public static Insert ( this dbInsertQuery, DbExpression>.Func |
||
dbInsertQuery | this | The target |
targetSelector | DbExpression>.Func | A |
return | DbInsertQuery |
public static Values ( this |
||
dbInsertQuery | this |
The target |
return | DbQuery |
public static Values ( this |
||
dbInsertQuery | this |
The target |
valuesExpression | The |
|
return | DbQuery |