QTable(TRecord) Constructor (db, table)

DTF API

Copy image CopyHover image
Deployment Tools Foundation QTable<(Of <(<'TRecord>)>)> Constructor (db, table)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQTable<(Of <(<'TRecord>)>)>QTable<(Of <(<'TRecord>)>)>(QDatabase, String)
Creates a new QTable with an explicit table name.
Declaration Syntax
C# Visual Basic Visual C++ F#
public QTable(
	QDatabase db,
	string table
)
Public Sub New ( 
	db As QDatabase,
	table As String
)
public:
QTable(
	QDatabase^ db, 
	String^ table
)
new : 
        db : QDatabase * 
        table : string -> QTable
Parameters
db (QDatabase)
database that contains the table
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)