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 = 1Invokes the user-supplied PostLoadCustomAction delegate after loading.
None = 0No post-load action is executed.