System.Data.DataTable.ShouldSerializePrimaryKey C# (CSharp) Метод

ShouldSerializePrimaryKey() приватный Метод

Indicates whether the property should be persisted.
private ShouldSerializePrimaryKey ( ) : bool
Результат bool
        private bool ShouldSerializePrimaryKey() => _primaryKey != null;
DataTable