Skip to main content

WixToolset.Dtf.WindowsInstaller.Linq namespace

Classes

ClassDescription
DatabaseColumnAttributeApply to a property on a subclass of QRecord to indicate the name of the column the property is to be associated with.
DatabaseTableAttributeApply to a subclass of QRecord to indicate the name of the table the record type is to be used with.
QDatabaseQueryable MSI database - extends the base Database class with LINQ query functionality along with predefined entity types for common tables.
QRecordGeneric record entity for queryable databases, and base for strongly-typed entity subclasses.
QTable`1Represents one table in a LINQ-queryable Database.
QueryableAllows any Database instance to be converted into a queryable database.