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

# NotMappedAttribute

> Excludes a property from database mapping.             Properties marked with this attribute will not be included in table creation or CRUD operations.

## Definition

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

**Namespace:** CloudNimble.BlazorEssentials.TursoDb

**Inheritance:** System.Attribute

## Syntax

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

## Summary

Excludes a property from database mapping.
Properties marked with this attribute will not be included in table creation or CRUD operations.

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public NotMappedAttribute()
```
