?? dataset3.cs
字號:
this[this.table門診劃價.掛號編號Column] = value;
}
}
public string 醫生 {
get {
try {
return ((string)(this[this.table門診劃價.醫生Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.醫生Column] = value;
}
}
public System.DateTime 劃價時間 {
get {
return ((System.DateTime)(this[this.table門診劃價.劃價時間Column]));
}
set {
this[this.table門診劃價.劃價時間Column] = value;
}
}
public string 劃價員 {
get {
try {
return ((string)(this[this.table門診劃價.劃價員Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.劃價員Column] = value;
}
}
public string 是否收費 {
get {
try {
return ((string)(this[this.table門診劃價.是否收費Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.是否收費Column] = value;
}
}
public string 收費員 {
get {
try {
return ((string)(this[this.table門診劃價.收費員Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.收費員Column] = value;
}
}
public System.DateTime 收費時間 {
get {
try {
return ((System.DateTime)(this[this.table門診劃價.收費時間Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.收費時間Column] = value;
}
}
public System.Decimal 劃價金額 {
get {
return ((System.Decimal)(this[this.table門診劃價.劃價金額Column]));
}
set {
this[this.table門診劃價.劃價金額Column] = value;
}
}
public string 是否發藥 {
get {
try {
return ((string)(this[this.table門診劃價.是否發藥Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.是否發藥Column] = value;
}
}
public System.DateTime 發藥時間 {
get {
try {
return ((System.DateTime)(this[this.table門診劃價.發藥時間Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.發藥時間Column] = value;
}
}
public string 發藥員 {
get {
try {
return ((string)(this[this.table門診劃價.發藥員Column]));
}
catch (InvalidCastException e) {
throw new StrongTypingException("無法獲取值,因為它是 DBNull。", e);
}
}
set {
this[this.table門診劃價.發藥員Column] = value;
}
}
public bool Is姓名Null() {
return this.IsNull(this.table門診劃價.姓名Column);
}
public void Set姓名Null() {
this[this.table門診劃價.姓名Column] = System.Convert.DBNull;
}
public bool Is性別Null() {
return this.IsNull(this.table門診劃價.性別Column);
}
public void Set性別Null() {
this[this.table門診劃價.性別Column] = System.Convert.DBNull;
}
public bool Is科室Null() {
return this.IsNull(this.table門診劃價.科室Column);
}
public void Set科室Null() {
this[this.table門診劃價.科室Column] = System.Convert.DBNull;
}
public bool Is掛號編號Null() {
return this.IsNull(this.table門診劃價.掛號編號Column);
}
public void Set掛號編號Null() {
this[this.table門診劃價.掛號編號Column] = System.Convert.DBNull;
}
public bool Is醫生Null() {
return this.IsNull(this.table門診劃價.醫生Column);
}
public void Set醫生Null() {
this[this.table門診劃價.醫生Column] = System.Convert.DBNull;
}
public bool Is劃價員Null() {
return this.IsNull(this.table門診劃價.劃價員Column);
}
public void Set劃價員Null() {
this[this.table門診劃價.劃價員Column] = System.Convert.DBNull;
}
public bool Is是否收費Null() {
return this.IsNull(this.table門診劃價.是否收費Column);
}
public void Set是否收費Null() {
this[this.table門診劃價.是否收費Column] = System.Convert.DBNull;
}
public bool Is收費員Null() {
return this.IsNull(this.table門診劃價.收費員Column);
}
public void Set收費員Null() {
this[this.table門診劃價.收費員Column] = System.Convert.DBNull;
}
public bool Is收費時間Null() {
return this.IsNull(this.table門診劃價.收費時間Column);
}
public void Set收費時間Null() {
this[this.table門診劃價.收費時間Column] = System.Convert.DBNull;
}
public bool Is是否發藥Null() {
return this.IsNull(this.table門診劃價.是否發藥Column);
}
public void Set是否發藥Null() {
this[this.table門診劃價.是否發藥Column] = System.Convert.DBNull;
}
public bool Is發藥時間Null() {
return this.IsNull(this.table門診劃價.發藥時間Column);
}
public void Set發藥時間Null() {
this[this.table門診劃價.發藥時間Column] = System.Convert.DBNull;
}
public bool Is發藥員Null() {
return this.IsNull(this.table門診劃價.發藥員Column);
}
public void Set發藥員Null() {
this[this.table門診劃價.發藥員Column] = System.Convert.DBNull;
}
}
[System.Diagnostics.DebuggerStepThrough()]
public class 門診劃價RowChangeEvent : EventArgs {
private 門診劃價Row eventRow;
private DataRowAction eventAction;
public 門診劃價RowChangeEvent(門診劃價Row row, DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
public 門診劃價Row Row {
get {
return this.eventRow;
}
}
public DataRowAction Action {
get {
return this.eventAction;
}
}
}
[System.Diagnostics.DebuggerStepThrough()]
public class 門診掛號DataTable : DataTable, System.Collections.IEnumerable {
private DataColumn column掛號科室;
private DataColumn column人數;
private DataColumn column掛號金額;
internal 門診掛號DataTable() :
base("門診掛號") {
this.InitClass();
}
internal 門診掛號DataTable(DataTable table) :
base(table.TableName) {
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
this.DisplayExpression = table.DisplayExpression;
}
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
internal DataColumn 掛號科室Column {
get {
return this.column掛號科室;
}
}
internal DataColumn 人數Column {
get {
return this.column人數;
}
}
internal DataColumn 掛號金額Column {
get {
return this.column掛號金額;
}
}
public 門診掛號Row this[int index] {
get {
return ((門診掛號Row)(this.Rows[index]));
}
}
public event 門診掛號RowChangeEventHandler 門診掛號RowChanged;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -