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