Skip to main content

DatabaseTableAttribute Class

Apply to a subclass of QRecord to indicate the name of the table the record type is to be used with.

Properties

PropertyDescription
TableGets or sets the table associated with the record type.

Remarks

If this attribute is not used on a record type, the default table name will be derived from the record type name. (An optional underscore suffix is stripped.) WixToolset.Dtf.WindowsInstaller.Linq.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Table Property

Gets or sets the table associated with the record type.

Declaration

public string Table { get; set; }