System.Data.DataTable.ShouldSerializePrimaryKey C# (CSharp) Méthode

ShouldSerializePrimaryKey() private méthode

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