PrimaryKey gets and sets the property of the object that corresponds to the primary key in the database

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string PrimaryKey { get; set; }
Visual Basic
Public Property PrimaryKey As String
	Get
	Set

See Also