> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ITursoDbSet

> Interface for TursoDbSet, used for database discovery.

## Definition

**Assembly:** CloudNimble.BlazorEssentials.TursoDb.dll

**Namespace:** CloudNimble.BlazorEssentials.TursoDb

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.TursoDb.ITursoDbSet
```

## Summary

Interface for TursoDbSet, used for database discovery.

## Methods

### <Icon icon="function" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> GetEntityMetadata <Badge color="orange">Abstract</Badge>

Gets the entity metadata for this DbSet.

#### Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.TursoDb.Schema.EntityMetadata GetEntityMetadata()
```

#### Returns

Type: `CloudNimble.BlazorEssentials.TursoDb.Schema.EntityMetadata`
The entity metadata.
