Enum TruncationRowDisposition
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum TruncationRowDisposition
Fields
| Fields | Description |
|---|---|
| FailComponent | Specifies that the truncation should cause the execution of the component to fail. |
| IgnoreFailure | Specifies that the truncation should be ignored and its value silently truncated). |
| NotUsed | Indicates that the component doesn't perform operations that could result in truncations. |
| RedirectRow | Specifies that the row with the truncation should be sent to the error output path for the component. |