System.Data.DataTable.CheckPrimaryKey C# (CSharp) Method

CheckPrimaryKey() private method

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