Table of Contents

TDatabaseManager.Warnings Property

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

Remarks

Warnings describe non-fatal conditions, such as a required column being added without a default value, or a foreign key being created that may affect existing data.

Syntax

Unit: Aurelius.Engine.DatabaseManager

property TDatabaseManager.Warnings: TEnumerable<TSchemaWarning>

See also