Item Property (table)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (table)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQDatabaseItem[([(String])])
Gets a queryable table from the datbaase.
Declaration Syntax
C# Visual Basic Visual C++
public QTable<QRecord> this[
	string table
] { get; }
Public ReadOnly Default Property Item ( _
	table As String _
) As QTable(Of QRecord)
public:
property QTable<QRecord^>^ default[String^ table] {
	QTable<QRecord^>^ get (String^ table);
}
Parameters
table (String)
name of the table

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq) Version: 3.0.0.0 (3.5.1623.0)