System.Data.DataTable.ShouldSerializePrimaryKey C# (CSharp) Method

ShouldSerializePrimaryKey() private method

Indicates whether the property should be persisted.
private ShouldSerializePrimaryKey ( ) : bool
return bool
        private bool ShouldSerializePrimaryKey() => _primaryKey != null;
DataTable