QRecord Constructor

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation QRecord Constructor
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordQRecord()()()()
Do not call. Use QTable.NewRecord() instead.
Declaration Syntax
C# Visual Basic Visual C++
public QRecord()
Public Sub New
public:
QRecord()
Remarks
Subclasses must also provide a public parameterless constructor.

QRecord constructors are only public due to implementation reasons (to satisfy the new() constraint on the QTable generic class). They are not intended to be called by user code other than a subclass constructor. If the constructor is invoked directly, the record instance will not be properly initialized (associated with a database table) and calls to methods on the instance will throw a NullReferenceException.

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