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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Table Property
Gets or sets the table associated with the record type.
Declaration
public string Table { get; set; }