Item Property (table)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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)
	Get
public:
property QTable<QRecord^>^ default[String^ table] {
	QTable<QRecord^>^ get (String^ table);
}
Parameters
table (String)
name of the table
Property Value
QTable < (Of < ( <' QRecord > ) > ) >

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