DatabaseTableAttribute Class
Apply to a subclass of QRecord to indicate the name of the table the record type is to be used with.
Properties
Property | Description |
---|---|
Table | Gets 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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Table Property
Gets or sets the table associated with the record type.
Declaration
public string Table { get; set; }