Files
csharpcode/patientman/Datalib/DatabaseSpecific/RetrievalProcedures.cs
2025-08-02 05:20:17 +07:00

30 lines
837 B
C#

///////////////////////////////////////////////////////////////
// This is generated code.
//////////////////////////////////////////////////////////////
// Code is generated using LLBLGen Pro version: 4.2
// Code is generated on:
// Code is generated using templates: SD.TemplateBindings.SharedTemplates
// Templates vendor: Solutions Design.
// Templates version:
//////////////////////////////////////////////////////////////
using System;
using System.Data;
using System.Collections.Generic;
using SD.LLBLGen.Pro.ORMSupportClasses;
using SD.LLBLGen.Pro.QuerySpec.Adapter;
namespace Datalib.DatabaseSpecific
{
/// <summary>Class which contains the static logic to execute retrieval stored procedures in the database.</summary>
public static partial class RetrievalProcedures
{
#region Included Code
#endregion
}
}