Data for Silverlight
PrimaryKey Property

C1.Silverlight.Data Namespace > DataTable Class : PrimaryKey Property
Gets or sets the DataColumn that is used as a key for this table.
Syntax
'Declaration
 
Public Property PrimaryKey As DataColumn
public DataColumn PrimaryKey {get; set;}
See Also

Reference

DataTable Class
DataTable Members