Create(string,string) Constructor
Initializes a new instance of the TableAttribute class with specified settings.
Declaration
constructor Create(const ASchemaName: string; const ATableName: string); overload;
Parameters
| Name | Type |
|---|---|
| ASchemaName | string |
| ATableName | string |
See Also