QTable(TRecord) Constructor (db, table)

Microsoft Deployment Compression & Installer

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++
public QTable(
	QDatabase db,
	string table
)
Public Sub New ( 
	db As QDatabase,
	table As String
)
public:
QTable(
	QDatabase^ db, 
	String^ table
)
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.9.1006.0)