コード例 #1
0
        public long insert(SearchLogResultItem item0, SqlCommand cmd0)
        {
            item0.epgEventInfoID = _db_EpgEventInfo.insert(item0.epgEventInfoR, cmd0);

            return(base.insert_(item0, cmd0));
        }