InsertStatement Fields
Represents the insert statement.
Name | Description |
---|---|
Alias |
A String value that identifies the table.
Inherited from Join |
Condition |
Specifies the criteria expression.
Inherited from Join |
Identity |
Specifies the name of an identity column in a table. |
Identity |
Specifies the type of an identity column in a table. |
Identity |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Operands |
The collection of operands.
Inherited from Base |
Parameters |
Gets the collection of Operand |
Records |
Specifies the number of records to be modified.
Inherited from Modification |
Sub |
Provides access to the collection of sub nodes that is represented by a Join |
Table |
Inherited from Join |
Type |
A Join |
See Also