Enum PostAction

Namespace
Wolfgang.Etl.SqlBulkCopy
Assembly
Wolfgang.Etl.SqlBulkCopy.dll

Specifies the action to execute after the bulk copy loading operation completes.

public enum PostAction

Fields

CustomAction = 1

Invokes the user-supplied PostLoadCustomAction delegate after loading.

None = 0

No post-load action is executed.