// <fileinfo name="OrderDetailsExtendedRow.cs">
// <copyright>
// All rights reserved.
// </copyright>
// <remarks>
// You can update this source code manually. If the file
// already exists it will not be rewritten by the generator.
// </remarks>
// <generator rewritefile="False" infourl="http://www.SharpPower.com">RapTier</generator>
// </fileinfo>
using System;
namespace MyCompany.MyProject.Db
{
/// <summary>
/// Represents a record in the <c>OrderDetailsExtended</c> view.
/// </summary>
public class OrderDetailsExtendedRow : OrderDetailsExtendedRow_Base
{
/// <summary>
/// Initializes a new instance of the <see cref="OrderDetailsExtendedRow"/> class.
/// </summary>
public OrderDetailsExtendedRow()
{
// EMPTY
}
} // End of OrderDetailsExtendedRow class
} // End of namespace