TSchemaMessage Class
Abstract base class for all messages produced by a schema comparison or update operation.
Remarks
Concrete subclasses - TSchemaAction, TSchemaWarning, and TSchemaError - categorize each message by severity. Every instance exposes a human-readable Text description of the schema difference or action taken.
Syntax
Unit: Aurelius.Schema.Messages
TSchemaMessage = class(TObject);
Properties
| Name | Description |
|---|---|
| Text | Gets or sets the human-readable description of this schema message. |