⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datauserdetail.designer.cs

📁 通用权限管理平台
💻 CS
📖 第 1 页 / 共 5 页
字号:
                }
                set {
                    this[this.tablewmf_UserDetail.PrivateEmailColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool EnableReviceEmail {
                get {
                    try {
                        return ((bool)(this[this.tablewmf_UserDetail.EnableReviceEmailColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“EnableReviceEmail”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablewmf_UserDetail.EnableReviceEmailColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string QQ {
                get {
                    return ((string)(this[this.tablewmf_UserDetail.QQColumn]));
                }
                set {
                    this[this.tablewmf_UserDetail.QQColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string TelePhone {
                get {
                    try {
                        return ((string)(this[this.tablewmf_UserDetail.TelePhoneColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“TelePhone”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablewmf_UserDetail.TelePhoneColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string MobilePhone {
                get {
                    try {
                        return ((string)(this[this.tablewmf_UserDetail.MobilePhoneColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“MobilePhone”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablewmf_UserDetail.MobilePhoneColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string Fax {
                get {
                    try {
                        return ((string)(this[this.tablewmf_UserDetail.FaxColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“Fax”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablewmf_UserDetail.FaxColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsUserNoNull() {
                return this.IsNull(this.tablewmf_UserDetail.UserNoColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetUserNoNull() {
                this[this.tablewmf_UserDetail.UserNoColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsNickNameNull() {
                return this.IsNull(this.tablewmf_UserDetail.NickNameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetNickNameNull() {
                this[this.tablewmf_UserDetail.NickNameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsTrueNameNull() {
                return this.IsNull(this.tablewmf_UserDetail.TrueNameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetTrueNameNull() {
                this[this.tablewmf_UserDetail.TrueNameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsSexNull() {
                return this.IsNull(this.tablewmf_UserDetail.SexColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetSexNull() {
                this[this.tablewmf_UserDetail.SexColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBirthDayNull() {
                return this.IsNull(this.tablewmf_UserDetail.BirthDayColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBirthDayNull() {
                this[this.tablewmf_UserDetail.BirthDayColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsIdCardNull() {
                return this.IsNull(this.tablewmf_UserDetail.IdCardColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetIdCardNull() {
                this[this.tablewmf_UserDetail.IdCardColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCountryNull() {
                return this.IsNull(this.tablewmf_UserDetail.CountryColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCountryNull() {
                this[this.tablewmf_UserDetail.CountryColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsProvinceNull() {
                return this.IsNull(this.tablewmf_UserDetail.ProvinceColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetProvinceNull() {
                this[this.tablewmf_UserDetail.ProvinceColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCityNull() {
                return this.IsNull(this.tablewmf_UserDetail.CityColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCityNull() {
                this[this.tablewmf_UserDetail.CityColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAddressNull() {
                return this.IsNull(this.tablewmf_UserDetail.AddressColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAddressNull() {
                this[this.tablewmf_UserDetail.AddressColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsPostcodeNull() {
                return this.IsNull(this.tablewmf_UserDetail.PostcodeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetPostcodeNull() {
                this[this.tablewmf_UserDetail.PostcodeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsProfessionNull() {
                return this.IsNull(this.tablewmf_UserDetail.ProfessionColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetProfessionNull() {
                this[this.tablewmf_UserDetail.ProfessionColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAccountNull() {
                return this.IsNull(this.tablewmf_UserDetail.AccountColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAccountNull() {
                this[this.tablewmf_UserDetail.AccountColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsSignatureNull() {
                return this.IsNull(this.tablewmf_UserDetail.SignatureColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetSignatureNull() {
                this[this.tablewmf_UserDetail.SignatureColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsEnableSignNull() {
                return this.IsNull(this.tablewmf_UserDetail.EnableSignColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetEnableSignNull() {
                this[this.tablewmf_UserDetail.EnableSignColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBlogNull() {
                return this.IsNull(this.tablewmf_UserDetail.BlogColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBlogNull() {
                this[this.tablewmf_UserDetail.BlogColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsInterestNull() {
                return this.IsNull(this.tablewmf_UserDetail.InterestColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetInterestNull() {
                this[this.tablewmf_UserDetail.InterestColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsImageNull() {
                return this.IsNull(this.tablewmf_UserDetail.ImageColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetImageNull() {
                this[this.tablewmf_UserDetail.ImageColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsImageTypeNull() {
                return this.IsNull(this.tablewmf_UserDetail.ImageTypeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetImageTypeNull() {
                this[this.tablewmf_UserDetail.ImageTypeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsEnableImageNull() {
                return this.IsNull(this.tablewmf_UserDetail.EnableImageColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetEnableImageNull() {
                this[this.tablewmf_UserDetail.EnableImageColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsPrivateEmailNull() {
                return this.IsNull(this.tablewmf_UserDetail.PrivateEmailColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetPrivateEmailNull() {
                this[this.tablewmf_UserDetail.PrivateEmai

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -