TableNameAttribute(string) Constructor
Initializes a new instance of the TableNameAttribute class.
Namespace
DbSyncKit.DB.Attributes
Containing Type
TableNameAttribute

Syntax

public TableNameAttribute(string tableName)

Parameters

Name Type Description
tableName string The name of the database table associated with the class.