public final class SQLMutationCommand:
Structured mutation command plus generated-identity retrieval policy.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | commandcommand as SQLCommand |
Prepared SQL and ordered parameter values. |
| public readonly property | generatedIdentityModegeneratedIdentityMode as SQLGeneratedIdentityMode |
Provider result shape for generated identities. |
| public readonly property | generatedIdentityQuerygeneratedIdentityQuery as String |
Optional scalar query executed after the INSERT on the same connection. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLMutationCommandSQLMutationCommand(
command as SQLCommand,
generatedIdentityMode as SQLGeneratedIdentityMode = SQLGeneratedIdentityMode.NONE,
generatedIdentityQuery as String = ""
): |
Creates an immutable mutation command. |