Indicates whether the PrimaryKey property should be persisted.
[Visual Basic] Overridable Public Function ShouldPersistPrimaryKey() As Boolean [C#] public virtual bool ShouldPersistPrimaryKey(); [C++] public: virtual bool ShouldPersistPrimaryKey(); [JScript] public function ShouldPersistPrimaryKey() : Boolean;
true if the property value has been changed from its default; otherwise, false.
You typically use this method only if you are either creating a designer for the DataTable, or creating your own control incorporating the DataTable.
DataTable Class | DataTable Members | System.Data Namespace | ResetPrimaryKey