QTable(TRecord) Constructor (db, table)

Microsoft Deployment Tools

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) Version: 3.0.0.0 (3.5.1623.0)