示例#1
0
        /// <summary>根据主键获取一个实体</summary>
        public static FNPICK_CTLEntity RetrieveAFNPICK_CTLEntity()
        {
            FNPICK_CTLEntity obj = new FNPICK_CTLEntity();

            obj.Retrieve();
            if (obj.IsPersistent)
            {
                return(obj);
            }
            else
            {
                return(null);
            }
        }