TableAttribute Constructor (String)Nemiro.Data.dll
Initializes a new instance of the TableAttribute class with specified a table name.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public TableAttribute(
	string tableName
)

Parameters

tableName
Type: System String
Name of the table, which is implemented in the class.
See Also