Click or drag to resize

EntitySchemaTEntityProperties Property

Gets the collection of properties in this schema.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<EntitySchemaProperty<TEntity>> Properties { get; }

Property Value

Type: ReadOnlyCollectionEntitySchemaPropertyTEntity
See Also