Specifies the schema name of the database table associated with a class.
- Namespace
- DbSyncKit
.DB .Attributes - Base Types
-
- Attribute
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class TableSchemaAttribute : AttributeRemarks
This attribute can be applied to classes to indicate the schema name of the corresponding
database table. It is used to associate a class with a specific schema in database operations.
Attributes
| Type | Description |
|---|---|
| AttributeUsage |
Constructors
| Name | Summary |
|---|---|
| TableSchemaAttribute |
Initializes a new instance of the TableSchemaAttribute class.
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| SchemaName | string |
Gets the schema name of the database table.
|