Ejemplo n.º 1
0
 public void RemoveTBL_ObjectRow(TBL_ObjectRow row) {
     this.Rows.Remove(row);
 }
Ejemplo n.º 2
0
 public void AddTBL_ObjectRow(TBL_ObjectRow row) {
     this.Rows.Add(row);
 }
Ejemplo n.º 3
0
 public TBL_ObjectRowChangeEvent(TBL_ObjectRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Ejemplo n.º 4
0
 public TBL_SP_ReturnRow AddTBL_SP_ReturnRow(TBL_ObjectRow parentTBL_ObjectRowByFK_TBL_Object_TBL_SP_Return1, string Return_Type, string Data_Type_Returned, string Schema_Name_Returned, string Object_Name_Returned) {
     TBL_SP_ReturnRow rowTBL_SP_ReturnRow = ((TBL_SP_ReturnRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             Return_Type,
             Data_Type_Returned,
             Schema_Name_Returned,
             Object_Name_Returned};
     if ((parentTBL_ObjectRowByFK_TBL_Object_TBL_SP_Return1 != null)) {
         columnValuesArray[1] = parentTBL_ObjectRowByFK_TBL_Object_TBL_SP_Return1[0];
     }
     rowTBL_SP_ReturnRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowTBL_SP_ReturnRow);
     return rowTBL_SP_ReturnRow;
 }
Ejemplo n.º 5
0
 public TBL_FilterRow AddTBL_FilterRow(TBL_ObjectRow parentTBL_ObjectRowByFK_TBL_Object_TBL_Object_Find, string Name) {
     TBL_FilterRow rowTBL_FilterRow = ((TBL_FilterRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             Name};
     if ((parentTBL_ObjectRowByFK_TBL_Object_TBL_Object_Find != null)) {
         columnValuesArray[1] = parentTBL_ObjectRowByFK_TBL_Object_TBL_Object_Find[0];
     }
     rowTBL_FilterRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowTBL_FilterRow);
     return rowTBL_FilterRow;
 }
Ejemplo n.º 6
0
 public TBL_FieldRow AddTBL_FieldRow(TBL_ObjectRow parentTBL_ObjectRowByFK_TBL_Object_TBL_Field, string Field_Name, string Field_Type, string Specific_Type, bool Is_Nullable, int Max_Length, byte Precision, byte Scale, string PrimaryKey_Order, string Direction) {
     TBL_FieldRow rowTBL_FieldRow = ((TBL_FieldRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null,
             Field_Name,
             Field_Type,
             Specific_Type,
             Is_Nullable,
             Max_Length,
             Precision,
             Scale,
             PrimaryKey_Order,
             Direction};
     if ((parentTBL_ObjectRowByFK_TBL_Object_TBL_Field != null)) {
         columnValuesArray[1] = parentTBL_ObjectRowByFK_TBL_Object_TBL_Field[0];
     }
     rowTBL_FieldRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowTBL_FieldRow);
     return rowTBL_FieldRow;
 }