Specifies the schema name of the database table associated with a class.
- Namespace
- DbSyncKit
.DB .Attributes - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["TableSchemaAttribute"]
class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class TableSchemaAttribute : Attribute
Remarks
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.
|