Class InsertOperation
public class InsertOperation : Operation
- Inheritance
-
InsertOperation
- Inherited Members
Constructors
InsertOperation(IEntityInfo, IEnumerable<Column>, RowOperand)
public InsertOperation(IEntityInfo toEntity, IEnumerable<Column> columns, RowOperand source)
Parameters
toEntityIEntityInfocolumnsIEnumerable<Column>sourceRowOperand
Fields
Columns
public readonly IReadOnlyList<Column> Columns
Field Value
EntityName
public readonly string EntityName
Field Value
OpDataTemplate
public readonly object?[] OpDataTemplate
Field Value
- object[]
Source
public readonly RowOperand Source
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.