TableNotification Class

Definition

Represents a table notification.

[System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")]
public sealed class TableNotification
[<System.Runtime.InteropServices.Guid("98348686-8ACA-4EA8-B62D-77B5BE96176E")>]
type TableNotification = class
Public NotInheritable Class TableNotification
Inheritance
TableNotification
Attributes

Constructors

TableNotification()

Initializes a new instance of the TableNotification class using default values.

TableNotification(String, String)

Initializes a new instance of the TableNotification class using the specified table and schema.

Properties

DbSchemaName

Gets or sets the name of the schema used by the TableNotification.

DbTableName

Gets or sets the name of the table used by the TableNotification.

Methods

Clone()

Returns a clone of the object.

CopyTo(TableNotification)

Copies a TableNotification object to the specified object.

Applies to