MapperTruncateBehavior Enumeration |
Namespace: NetQuarry.Data
| Member name | Value | Description | |
|---|---|---|---|
| Ignore | 0 | Default behavior. If a field's data exceeds the max length of the underlying column a SQL error is raised. | |
| Truncate | 1 | Truncate all character fields to their MaxLength. Same as setting MaxLengthTruncate on individual fields. | |
| Error | 2 | Raise an error if any of the data in the fields exceed the MaxLength property. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.