Table of Contents

TAureliusDBSchema.Warnings Property

Gets the collection of warnings recorded by the last schema operation.

Remarks

Warnings describe conditions that may require attention but are not fatal, such as a required (NOT NULL) column being added without a default value.

Syntax

Unit: Aurelius.Comp.DBSchema

property TAureliusDBSchema.Warnings: TEnumerable<TSchemaWarning>

See also