InsertStatement Fields
Represents the insert statement.Name | Description |
---|---|
Alias | A String value that identifies the table. Inherited from JoinNode. |
Condition | Specifies the criteria expression. Inherited from JoinNode. |
IdentityColumn | Specifies the name of an identity column in a table. |
IdentityColumnType | Specifies the type of an identity column in a table. |
IdentityParameter | 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 BaseStatement. |
Parameters | Gets the collection of OperandValue objects. Inherited from ModificationStatement. |
RecordsAffected | Specifies the number of records to be modified. Inherited from ModificationStatement. |
SubNodes | Provides access to the collection of sub nodes that is represented by a JoinNodeCollection object. Inherited from JoinNode. |
Table | Inherited from JoinNode. |
Type | A JoinType enumeration value that specifies the join’s type. Inherited from JoinNode. |
See Also