Exemplo n.º 1
0
            public 登录记录Row Add登录记录Row(string 登录名称, System.DateTime 登录时间)
            {
                登录记录Row row登录记录Row = ((登录记录Row)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    登录名称,
                    登录时间
                };
                row登录记录Row.ItemArray = columnValuesArray;
                this.Rows.Add(row登录记录Row);
                return(row登录记录Row);
            }
Exemplo n.º 2
0
 public 登录记录RowChangeEvent(登录记录Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Remove登录记录Row(登录记录Row row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Add登录记录Row(登录记录Row row)
 {
     this.Rows.Add(row);
 }