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

CheckPrimaryKey() private méthode

private CheckPrimaryKey ( ) : void
Résultat void
        private void CheckPrimaryKey()
        {
            if (_primaryKey == null) throw ExceptionBuilder.TableMissingPrimaryKey();
        }
DataTable