Table of Contents

TableAttribute.Create Constructor

Overloads

TableAttribute.Create(string)

Creates a TableAttribute with the specified table name.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor TableAttribute.Create(const Name: string);

Parameters

<-> Parameter Type Description
const Name string The name of the database table.

See also

TableAttribute.Create(string, string)

Creates a TableAttribute with the specified table name and schema.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor TableAttribute.Create(const Name: string; const Schema: string);

Parameters

<-> Parameter Type Description
const Name string The name of the database table.
const Schema string The database schema that contains the table.

See also