SQLUpserterAddExpression Method |
Adds a SQL expression string to the clause inserting or updating the specified column.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddExpression(
string name,
string expr,
UpsertRoles roles
)
Public Sub AddExpression (
name As String,
expr As String,
roles As UpsertRoles
)
Parameters
- name
- Type: SystemString
The column name. - expr
- Type: SystemString
The SQL expression to use exactly as provided. - roles
- Type: NetQuarryUpsertRoles
Specifies the part(s) of the upsert to which this column should be added.
See Also