///<summary>
        /// Method Invocation of wrapper classes
        ///<summary>
        protected static FR_L5DE_GDIAfDID_1400_Array Invoke(DbConnection Connection, DbTransaction Transaction, string ConnectionString, P_L5DE_GDIAfDID_1400 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            bool cleanupConnection  = Connection == null;
            bool cleanupTransaction = Transaction == null;

            FR_L5DE_GDIAfDID_1400_Array functionReturn = new FR_L5DE_GDIAfDID_1400_Array();

            try
            {
                if (cleanupConnection == true)
                {
                    Connection = CSV2Core_MySQL.Support.DBSQLSupport.CreateConnection(ConnectionString);
                    Connection.Open();
                }
                if (cleanupTransaction == true)
                {
                    Transaction = Connection.BeginTransaction();
                }

                functionReturn = Execute(Connection, Transaction, Parameter, securityTicket);

                #region Cleanup Connection/Transaction
                //Commit the transaction
                if (cleanupTransaction == true)
                {
                    Transaction.Commit();
                }
                //Close the connection
                if (cleanupConnection == true)
                {
                    Connection.Close();
                }
                #endregion
            }
            catch (Exception ex)
            {
                try
                {
                    if (cleanupTransaction == true && Transaction != null)
                    {
                        Transaction.Rollback();
                    }
                }
                catch { }

                try
                {
                    if (cleanupConnection == true && Connection != null)
                    {
                        Connection.Close();
                    }
                }
                catch { }

                throw new Exception("Exception occured in method cls_Get_DeviceInstance_Availability_for_DeviceID", ex);
            }
            return(functionReturn);
        }
        protected static FR_L5DE_GDIAfDID_1400_Array Execute(DbConnection Connection, DbTransaction Transaction, P_L5DE_GDIAfDID_1400 Parameter, CSV2Core.SessionSecurity.SessionSecurityTicket securityTicket = null)
        {
            var returnStatus = new FR_L5DE_GDIAfDID_1400_Array();

            DbCommand command = Connection.CreateCommand();

            command.Connection  = Connection;
            command.Transaction = Transaction;
            var commandLocation = "CL5_MyHealthClub_Device.Atomic.Retrieval.SQL.cls_Get_DeviceInstance_Availability_for_DeviceID.sql";

            command.CommandText = new System.IO.StreamReader(System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(commandLocation)).ReadToEnd();
            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "ticket", securityTicket);
            command.CommandTimeout = QueryTimeout;

            CSV2Core_MySQL.Support.DBSQLSupport.SetParameter(command, "DeviceID", Parameter.DeviceID);



            List <L5DE_GDIAfDID_1400_raw> results = new List <L5DE_GDIAfDID_1400_raw>();
            var loader = new CSV2Core_MySQL.Dictionaries.MultiTable.Loader.DictionaryLoader(Connection, Transaction);
            var reader = new CSV2Core_MySQL.Support.DBSQLReader(command.ExecuteReader());

            try
            {
                reader.SetOrdinals(new string[] { "PPS_DEV_DeviceID", "DeviceDisplayName", "DeviceName_DictID", "PPS_DEV_Device_InstanceID", "CMN_STR_Office_RefID", "DeviceInventoryNumber", "IsDefaultAvailabilityType", "GlobalPropertyMatchingID", "DateName", "StartTime", "EndTime", "IsMonthly", "IsYearly", "IsWeekly", "HasRepeatingOn_Mondays", "HasRepeatingOn_Tuesdays", "HasRepeatingOn_Wednesdays", "HasRepeatingOn_Thursdays", "HasRepeatingOn_Fridays", "HasRepeatingOn_Saturdays", "HasRepeatingOn_Sundays", "CMN_CAL_AVA_AvailabilityID", "IsAvailabilityExclusionItem", "Reason", "IsWholeDayEvent", "IsRepetitive", "IsDaily" });
                while (reader.Read())
                {
                    L5DE_GDIAfDID_1400_raw resultItem = new L5DE_GDIAfDID_1400_raw();
                    //0:Parameter PPS_DEV_DeviceID of type Guid
                    resultItem.PPS_DEV_DeviceID = reader.GetGuid(0);
                    //1:Parameter DeviceDisplayName of type String
                    resultItem.DeviceDisplayName = reader.GetString(1);
                    //2:Parameter DeviceName of type Dict
                    resultItem.DeviceName             = reader.GetDictionary(2);
                    resultItem.DeviceName.SourceTable = "pps_dev_devices";
                    loader.Append(resultItem.DeviceName);
                    //3:Parameter PPS_DEV_Device_InstanceID of type Guid
                    resultItem.PPS_DEV_Device_InstanceID = reader.GetGuid(3);
                    //4:Parameter CMN_STR_Office_RefID of type Guid
                    resultItem.CMN_STR_Office_RefID = reader.GetGuid(4);
                    //5:Parameter DeviceInventoryNumber of type String
                    resultItem.DeviceInventoryNumber = reader.GetString(5);
                    //6:Parameter IsDefaultAvailabilityType of type bool
                    resultItem.IsDefaultAvailabilityType = reader.GetBoolean(6);
                    //7:Parameter GlobalPropertyMatchingID of type String
                    resultItem.GlobalPropertyMatchingID = reader.GetString(7);
                    //8:Parameter DateName of type String
                    resultItem.DateName = reader.GetString(8);
                    //9:Parameter StartTime of type DateTime
                    resultItem.StartTime = reader.GetDate(9);
                    //10:Parameter EndTime of type DateTime
                    resultItem.EndTime = reader.GetDate(10);
                    //11:Parameter IsMonthly of type bool
                    resultItem.IsMonthly = reader.GetBoolean(11);
                    //12:Parameter IsYearly of type bool
                    resultItem.IsYearly = reader.GetBoolean(12);
                    //13:Parameter IsWeekly of type bool
                    resultItem.IsWeekly = reader.GetBoolean(13);
                    //14:Parameter HasRepeatingOn_Mondays of type bool
                    resultItem.HasRepeatingOn_Mondays = reader.GetBoolean(14);
                    //15:Parameter HasRepeatingOn_Tuesdays of type bool
                    resultItem.HasRepeatingOn_Tuesdays = reader.GetBoolean(15);
                    //16:Parameter HasRepeatingOn_Wednesdays of type bool
                    resultItem.HasRepeatingOn_Wednesdays = reader.GetBoolean(16);
                    //17:Parameter HasRepeatingOn_Thursdays of type bool
                    resultItem.HasRepeatingOn_Thursdays = reader.GetBoolean(17);
                    //18:Parameter HasRepeatingOn_Fridays of type bool
                    resultItem.HasRepeatingOn_Fridays = reader.GetBoolean(18);
                    //19:Parameter HasRepeatingOn_Saturdays of type bool
                    resultItem.HasRepeatingOn_Saturdays = reader.GetBoolean(19);
                    //20:Parameter HasRepeatingOn_Sundays of type bool
                    resultItem.HasRepeatingOn_Sundays = reader.GetBoolean(20);
                    //21:Parameter CMN_CAL_AVA_AvailabilityID of type Guid
                    resultItem.CMN_CAL_AVA_AvailabilityID = reader.GetGuid(21);
                    //22:Parameter IsAvailabilityExclusionItem of type bool
                    resultItem.IsAvailabilityExclusionItem = reader.GetBoolean(22);
                    //23:Parameter Reason of type String
                    resultItem.Reason = reader.GetString(23);
                    //24:Parameter IsWholeDayEvent of type bool
                    resultItem.IsWholeDayEvent = reader.GetBoolean(24);
                    //25:Parameter IsRepetitive of type bool
                    resultItem.IsRepetitive = reader.GetBoolean(25);
                    //26:Parameter IsDaily of type bool
                    resultItem.IsDaily = reader.GetBoolean(26);

                    results.Add(resultItem);
                }
            }
            catch (Exception ex)
            {
                reader.Close();
                throw new Exception("Exception occured durng data retrieval in method cls_Get_DeviceInstance_Availability_for_DeviceID", ex);
            }
            reader.Close();
            //Load all the dictionaries from the datatables
            loader.Load();

            returnStatus.Result = L5DE_GDIAfDID_1400_raw.Convert(results).ToArray();
            return(returnStatus);
        }