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

# SuperOffice.WebApi.Data.DatabaseTable UpsertRequest

# <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest" /> Class DatabaseTable\_UpsertRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class DatabaseTable_UpsertRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[DatabaseTable\_UpsertRequest](SuperOffice.WebApi.Data.DatabaseTable_UpsertRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest__ctor" /> DatabaseTable\_UpsertRequest()

```csharp theme={null}
public DatabaseTable_UpsertRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_Columns" /> Columns

```csharp theme={null}
public string[] Columns { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_Data" /> Data

```csharp theme={null}
public string[][] Data { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]\[]

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_Keys" /> Keys

```csharp theme={null}
public string[] Keys { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)\[]

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_NomatchAction" /> NomatchAction

```csharp theme={null}
public UpsertNomatchAction NomatchAction { get; set; }
```

#### Property Value

[UpsertNomatchAction](SuperOffice.WebApi.Data.UpsertNomatchAction.md)

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_ReturnRowStatus" /> ReturnRowStatus

```csharp theme={null}
public bool ReturnRowStatus { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_DatabaseTable_UpsertRequest_TableName" /> TableName

```csharp theme={null}
public string TableName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Agents.DatabaseTableAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DatabaseTableAgent.md)
- [SuperOffice.WebApi.Data.DatabaseTable InsertRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_InsertRequest.md)
- [SuperOffice.WebApi.Data.DatabaseTable TruncateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_TruncateRequest.md)
- [SuperOffice.WebApi.Data.DatabaseTable DeleteRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_DeleteRequest.md)
- [SuperOffice.WebApi.Data.DatabaseTable DeleteRowRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_DeleteRowRequest.md)
- [SuperOffice.WebApi.Data.DatabaseTable InsertRowRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.DatabaseTable_InsertRowRequest.md)
