?? dsss.cs
字號:
return ((string)(this[this.table_Table.出生年月Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.出生年月Column] = value;
}
}
public string 籍貫 {
get {
try {
return ((string)(this[this.table_Table.籍貫Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.籍貫Column] = value;
}
}
public string 種族 {
get {
try {
return ((string)(this[this.table_Table.種族Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.種族Column] = value;
}
}
public string 政治面貌 {
get {
try {
return ((string)(this[this.table_Table.政治面貌Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.政治面貌Column] = value;
}
}
public string 學歷 {
get {
try {
return ((string)(this[this.table_Table.學歷Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.學歷Column] = value;
}
}
public string 職務 {
get {
try {
return ((string)(this[this.table_Table.職務Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.職務Column] = value;
}
}
public string 電話 {
get {
try {
return ((string)(this[this.table_Table.電話Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.電話Column] = value;
}
}
public string 郵箱 {
get {
try {
return ((string)(this[this.table_Table.郵箱Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.郵箱Column] = value;
}
}
public string 家庭地址 {
get {
try {
return ((string)(this[this.table_Table.家庭地址Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table_Table.家庭地址Column] = value;
}
}
public bool IsmyimnameNull() {
return this.IsNull(this.table_Table.myimnameColumn);
}
public void SetmyimnameNull() {
this[this.table_Table.myimnameColumn] = System.Convert.DBNull;
}
public bool IsmyimdataNull() {
return this.IsNull(this.table_Table.myimdataColumn);
}
public void SetmyimdataNull() {
this[this.table_Table.myimdataColumn] = System.Convert.DBNull;
}
public bool IsmyimtypeNull() {
return this.IsNull(this.table_Table.myimtypeColumn);
}
public void SetmyimtypeNull() {
this[this.table_Table.myimtypeColumn] = System.Convert.DBNull;
}
public bool Is姓名Null() {
return this.IsNull(this.table_Table.姓名Column);
}
public void Set姓名Null() {
this[this.table_Table.姓名Column] = System.Convert.DBNull;
}
public bool Is性別Null() {
return this.IsNull(this.table_Table.性別Column);
}
public void Set性別Null() {
this[this.table_Table.性別Column] = System.Convert.DBNull;
}
public bool Is出生年月Null() {
return this.IsNull(this.table_Table.出生年月Column);
}
public void Set出生年月Null() {
this[this.table_Table.出生年月Column] = System.Convert.DBNull;
}
public bool Is籍貫Null() {
return this.IsNull(this.table_Table.籍貫Column);
}
public void Set籍貫Null() {
this[this.table_Table.籍貫Column] = System.Convert.DBNull;
}
public bool Is種族Null() {
return this.IsNull(this.table_Table.種族Column);
}
public void Set種族Null() {
this[this.table_Table.種族Column] = System.Convert.DBNull;
}
public bool Is政治面貌Null() {
return this.IsNull(this.table_Table.政治面貌Column);
}
public void Set政治面貌Null() {
this[this.table_Table.政治面貌Column] = System.Convert.DBNull;
}
public bool Is學歷Null() {
return this.IsNull(this.table_Table.學歷Column);
}
public void Set學歷Null() {
this[this.table_Table.學歷Column] = System.Convert.DBNull;
}
public bool Is職務Null() {
return this.IsNull(this.table_Table.職務Column);
}
public void Set職務Null() {
this[this.table_Table.職務Column] = System.Convert.DBNull;
}
public bool Is電話Null() {
return this.IsNull(this.table_Table.電話Column);
}
public void Set電話Null() {
this[this.table_Table.電話Column] = System.Convert.DBNull;
}
public bool Is郵箱Null() {
return this.IsNull(this.table_Table.郵箱Column);
}
public void Set郵箱Null() {
this[this.table_Table.郵箱Column] = System.Convert.DBNull;
}
public bool Is家庭地址Null() {
return this.IsNull(this.table_Table.家庭地址Column);
}
public void Set家庭地址Null() {
this[this.table_Table.家庭地址Column] = System.Convert.DBNull;
}
}
[System.Diagnostics.DebuggerStepThrough()]
public class _TableRowChangeEvent : EventArgs {
private _TableRow eventRow;
private DataRowAction eventAction;
public _TableRowChangeEvent(_TableRow row, DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
public _TableRow Row {
get {
return this.eventRow;
}
}
public DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -