TableName

Models the name of a table or view.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

TableName

Default constructor

Signature:
public Void TableName()

TableName

Initializes a new instance of TableName from table.

Signature:
public Void TableName(table)
Parameters
Name Type Summary
table Table A Table.
Exceptions
Type Summary
ArgumentNullException Thrown when table is null.

Properties

Name

Name of the table or view.

Signature:
public String Name { get; set; }

Schema

Schema of the table or view.

Signature:
public String Schema { get; set; }

Methods

ToString

Returns a textual representation of this TableName.

Signature:
public String ToString()