QTable(TRecord) Constructor (db)

DTF API

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++ F#
public QTable(
	QDatabase db
)
Public Sub New ( 
	db As QDatabase
)
public:
QTable(
	QDatabase^ db
)
new : 
        db : QDatabase -> QTable
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.11.1.2318)