Exemple #1
0
        public bool ShowExeculteLog(DBProperty dBProperty, IEntity entity)
        {
            SetConnection(dBProperty.Query);
            dBProperty.SetPlaseHolder(command, entity);
            var  existObject = command.ExecuteReader();
            bool answer      = dBProperty.Boolanswer(existObject);

            connection.Close();
            return(answer);
        }