Table of Contents

Class InsertOperation

Namespace
The.Import.Data
Assembly
Instagile.dll
public class InsertOperation : Operation
Inheritance
InsertOperation
Inherited Members

Constructors

InsertOperation(IEntityInfo, IEnumerable<Column>, RowOperand)

public InsertOperation(IEntityInfo toEntity, IEnumerable<Column> columns, RowOperand source)

Parameters

toEntity IEntityInfo
columns IEnumerable<Column>
source RowOperand

Fields

Columns

public readonly IReadOnlyList<Column> Columns

Field Value

IReadOnlyList<Column>

EntityName

public readonly string EntityName

Field Value

string

OpDataTemplate

public readonly object?[] OpDataTemplate

Field Value

object[]

Source

public readonly RowOperand Source

Field Value

RowOperand

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.