Item Property (table)

DTF API

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++ F#
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);
}
member Item : QTable<QRecord> with get
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.11.1.2318)