QTable(TRecord) Constructor (db)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation QTable<(Of <(<'TRecord>)>)> Constructor (db)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQTable<(Of <(<'TRecord>)>)>QTable<(Of <(<'TRecord>)>)>(QDatabase)
Creates a new QTable, inferring the table name from the name of the record type parameter.
Declaration Syntax
C# Visual Basic Visual C++
public QTable(
	QDatabase db
)
Public Sub New ( 
	db As QDatabase
)
public:
QTable(
	QDatabase^ db
)
Parameters
db (QDatabase)
database that contains the table

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.9.1006.0)