Exemplo n.º 1
0
 private void InitClass() {
     this.DataSetName = "BI_CustomerFlow";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/BI_CustomerFlow.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableT_CustomerFlow = new T_CustomerFlowDataTable();
     base.Tables.Add(this.tableT_CustomerFlow);
 }
Exemplo n.º 2
0
 internal T_CustomerFlowRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableT_CustomerFlow = ((T_CustomerFlowDataTable)(this.Table));
 }
Exemplo n.º 3
0
 internal void InitVars(bool initTable) {
     this.tableT_CustomerFlow = ((T_CustomerFlowDataTable)(base.Tables["T_CustomerFlow"]));
     if ((initTable == true)) {
         if ((this.tableT_CustomerFlow != null)) {
             this.tableT_CustomerFlow.InitVars();
         }
     }
 }