📄 datamembership.designer.cs
字号:
this[this.tableaspnet_Membership.PasswordFormatColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string PasswordSalt {
get {
return ((string)(this[this.tableaspnet_Membership.PasswordSaltColumn]));
}
set {
this[this.tableaspnet_Membership.PasswordSaltColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string MobilePIN {
get {
try {
return ((string)(this[this.tableaspnet_Membership.MobilePINColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“MobilePIN”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.MobilePINColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Email {
get {
try {
return ((string)(this[this.tableaspnet_Membership.EmailColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“Email”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.EmailColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string LoweredEmail {
get {
try {
return ((string)(this[this.tableaspnet_Membership.LoweredEmailColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“LoweredEmail”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.LoweredEmailColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string PasswordQuestion {
get {
try {
return ((string)(this[this.tableaspnet_Membership.PasswordQuestionColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“PasswordQuestion”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.PasswordQuestionColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string PasswordAnswer {
get {
try {
return ((string)(this[this.tableaspnet_Membership.PasswordAnswerColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“PasswordAnswer”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.PasswordAnswerColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsApproved {
get {
return ((bool)(this[this.tableaspnet_Membership.IsApprovedColumn]));
}
set {
this[this.tableaspnet_Membership.IsApprovedColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsLockedOut {
get {
return ((bool)(this[this.tableaspnet_Membership.IsLockedOutColumn]));
}
set {
this[this.tableaspnet_Membership.IsLockedOutColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime CreateDate {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.CreateDateColumn]));
}
set {
this[this.tableaspnet_Membership.CreateDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime LastLoginDate {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.LastLoginDateColumn]));
}
set {
this[this.tableaspnet_Membership.LastLoginDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime LastPasswordChangedDate {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.LastPasswordChangedDateColumn]));
}
set {
this[this.tableaspnet_Membership.LastPasswordChangedDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime LastLockoutDate {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.LastLockoutDateColumn]));
}
set {
this[this.tableaspnet_Membership.LastLockoutDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int FailedPasswordAttemptCount {
get {
return ((int)(this[this.tableaspnet_Membership.FailedPasswordAttemptCountColumn]));
}
set {
this[this.tableaspnet_Membership.FailedPasswordAttemptCountColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime FailedPasswordAttemptWindowStart {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.FailedPasswordAttemptWindowStartColumn]));
}
set {
this[this.tableaspnet_Membership.FailedPasswordAttemptWindowStartColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int FailedPasswordAnswerAttemptCount {
get {
return ((int)(this[this.tableaspnet_Membership.FailedPasswordAnswerAttemptCountColumn]));
}
set {
this[this.tableaspnet_Membership.FailedPasswordAnswerAttemptCountColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime FailedPasswordAnswerAttemptWindowStart {
get {
return ((System.DateTime)(this[this.tableaspnet_Membership.FailedPasswordAnswerAttemptWindowStartColumn]));
}
set {
this[this.tableaspnet_Membership.FailedPasswordAnswerAttemptWindowStartColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Comment {
get {
try {
return ((string)(this[this.tableaspnet_Membership.CommentColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“aspnet_Membership”中列“Comment”的值为 DBNull。", e);
}
}
set {
this[this.tableaspnet_Membership.CommentColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsMobilePINNull() {
return this.IsNull(this.tableaspnet_Membership.MobilePINColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetMobilePINNull() {
this[this.tableaspnet_Membership.MobilePINColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsEmailNull() {
return this.IsNull(this.tableaspnet_Membership.EmailColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetEmailNull() {
this[this.tableaspnet_Membership.EmailColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsLoweredEmailNull() {
return this.IsNull(this.tableaspnet_Membership.LoweredEmailColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetLoweredEmailNull() {
this[this.tableaspnet_Membership.LoweredEmailColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsPasswordQuestionNull() {
return this.IsNull(this.tableaspnet_Membership.PasswordQuestionColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetPasswordQuestionNull() {
this[this.tableaspnet_Membership.PasswordQuestionColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsPasswordAnswerNull() {
return this.IsNull(this.tableaspnet_Membership.PasswordAnswerColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetPasswordAnswerNull() {
this[this.tableaspnet_Membership.PasswordAnswerColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsCommentNull() {
return this.IsNull(this.tableaspnet_Membership.CommentColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetCommentNull() {
this[this.tableaspnet_Membership.CommentColumn] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -