Esempio n. 1
0
 internal void InitVars(bool initTable)
 {
     this.tableTbl_sg_profiles = (guard_profiles_dbDataSet.Tbl_sg_profilesDataTable)base.Tables["Tbl_sg_profiles"];
     if (initTable && this.tableTbl_sg_profiles != null)
     {
         this.tableTbl_sg_profiles.InitVars();
     }
 }
Esempio n. 2
0
 private void InitClass()
 {
     base.DataSetName             = "guard_profiles_dbDataSet";
     base.Prefix                  = "";
     base.Namespace               = "http://tempuri.org/guard_profiles_dbDataSet.xsd";
     base.EnforceConstraints      = true;
     this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableTbl_sg_profiles    = new guard_profiles_dbDataSet.Tbl_sg_profilesDataTable();
     base.Tables.Add(this.tableTbl_sg_profiles);
 }
Esempio n. 3
0
 internal Tbl_sg_profilesRow(DataRowBuilder rb) : base(rb)
 {
     this.tableTbl_sg_profiles = (guard_profiles_dbDataSet.Tbl_sg_profilesDataTable)base.Table;
 }
Esempio n. 4
0
 public override DataTable Clone()
 {
     guard_profiles_dbDataSet.Tbl_sg_profilesDataTable cln = (guard_profiles_dbDataSet.Tbl_sg_profilesDataTable)base.Clone();
     cln.InitVars();
     return(cln);
 }