Deployment Tools Foundation
DatabaseTableAttribute Constructor (table)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► DatabaseTableAttribute ► DatabaseTableAttribute(String)
Creates a new DatabaseTableAttribute for the specified table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public DatabaseTableAttribute( string table )
Public Sub New ( table As String )
public: DatabaseTableAttribute( String^ table )
new : table : string -> DatabaseTableAttribute
Parameters
- table (String)
- name of the table associated with the record type
Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.11.1.2318)