Click or drag to resize

IEntityArchiveDescriptor<TEntity>.Schema Property

Gets the schema to use for archiving this type of entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
EntitySchema<TEntity> Schema { get; }

Return Value

Type: EntitySchema<TEntity>
The schema.
See Also