PrimaryKeys Property

Microsoft Deployment Tools

Deployment Tools Foundation PrimaryKeys Property
Gets the names of the columns that are primary keys of the table.
Declaration Syntax
C# Visual Basic Visual C++
public IList<string> PrimaryKeys { get; }
Public ReadOnly Property PrimaryKeys As IList(Of String)
public:
property IList<String^>^ PrimaryKeys {
	IList<String^>^ get ();
}

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