Class YeSqlValidationResult
Represents a container for the results of a validation.
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public class YeSqlValidationResult : IEnumerable<string>, IEnumerable
Properties
| Name | Description |
|---|---|
| Count | Gets the number of errors contained in the container. |
| ErrorMessages | Gets the error messages. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the errors contained in the container. |
| HasError() | Checks if there has been an error. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the errors contained in the container. |