System.Data.DataTable.ShouldSerializePrimaryKey C# (CSharp) 메소드

ShouldSerializePrimaryKey() 개인적인 메소드

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