Definition
Assembly: CloudNimble.BlazorEssentials.TursoDb.dll Namespace: CloudNimble.BlazorEssentials.TursoDb.Schema Inheritance: System.ObjectSyntax
Summary
Caches entity metadata for performance.Methods
Clear
Clears all cached metadata.Syntax
GetOrCreate
Gets or creates metadata for the specified entity type.Syntax
Returns
Type:CloudNimble.BlazorEssentials.TursoDb.Schema.EntityMetadata
The entity metadata.
Type Parameters
TEntity- The entity type.
GetOrCreate
Gets or creates metadata for the specified entity type.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
entityType | System.Type | The entity type. |
Returns
Type:CloudNimble.BlazorEssentials.TursoDb.Schema.EntityMetadata
The entity metadata.