QTable(TRecord) Constructor (db)

Microsoft Deployment Tools

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