/// <summary>Clones this instance.</summary>
        /// <returns>A clone of this instance</returns>
        public override DataTable Clone()
        {
            AlphabeticalListOfProductsTypedView cloneToReturn = ((AlphabeticalListOfProductsTypedView)(base.Clone()));

            cloneToReturn.InitMembers();
            return(cloneToReturn);
        }
 /// <summary>CTor</summary>
 /// <param name="rowBuilder">Row builder object to use when building this row</param>
 protected internal AlphabeticalListOfProductsRow(DataRowBuilder rowBuilder) : base(rowBuilder)
 {
     _parent = ((AlphabeticalListOfProductsTypedView)(this.Table));
 }