Example #1
0
        /// <summary>
        /// Clones this instance.
        /// </summary>
        /// <returns>A clone of this instance</returns>
        public override DataTable Clone()
        {
            GetRecordsReadyforCustomerViewTypedView cloneToReturn = ((GetRecordsReadyforCustomerViewTypedView)(base.Clone()));

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