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

CheckPrimaryKey() 개인적인 메소드

private CheckPrimaryKey ( ) : void
리턴 void
        private void CheckPrimaryKey()
        {
            if (_primaryKey == null) throw ExceptionBuilder.TableMissingPrimaryKey();
        }
DataTable