DatabaseTableAttribute Constructor (table)

Microsoft Deployment Tools

Deployment Tools Foundation DatabaseTableAttribute Constructor (table)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqDatabaseTableAttributeDatabaseTableAttribute(String)
Creates a new DatabaseTableAttribute for the specified table.
Declaration Syntax
C# Visual Basic Visual C++
public DatabaseTableAttribute(
	string table
)
Public Sub New ( _
	table As String _
)
public:
DatabaseTableAttribute(
	String^ table
)
Parameters
table (String)
name of the table associated with the record type

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