Deployment Tools Foundation
Item Property (table)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► QDatabase ► Item[([( 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
Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.11.1.2318)