public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
    System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
    System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
    AspNetDbDataSet ds = new AspNetDbDataSet();
    xs.Add(ds.GetSchemaSerializable());
    System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
    any1.Namespace = "http://www.w3.org/2001/XMLSchema";
    any1.MinOccurs = new decimal(0);
    any1.MaxOccurs = decimal.MaxValue;
    any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
    sequence.Items.Add(any1);
    System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
    any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
    any2.MinOccurs = new decimal(1);
    any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
    sequence.Items.Add(any2);
    System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
    attribute1.Name = "namespace";
    attribute1.FixedValue = ds.Namespace;
    type.Attributes.Add(attribute1);
    System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
    attribute2.Name = "tableTypeName";
    attribute2.FixedValue = "aspnet_ApplicationsDataTable";
    type.Attributes.Add(attribute2);
    type.Particle = sequence;
    return type;
 }
 public virtual int Update(AspNetDbDataSet.aspnet_UsersInRolesDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet.aspnet_SchemaVersionsDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_SchemaVersions");
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
     return(this.Adapter.Update(dataSet, "aspnet_Applications"));
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_Profile");
 }
 public virtual int Update(AspNetDbDataSet.aspnet_PersonalizationPerUserDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet.aspnet_WebEvent_EventsDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_Membership");
 }
 public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs)
 {
    AspNetDbDataSet ds = new AspNetDbDataSet();
    System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
    System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
    xs.Add(ds.GetSchemaSerializable());
    System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
    any.Namespace = ds.Namespace;
    sequence.Items.Add(any);
    type.Particle = sequence;
    return type;
 }
 public virtual int Update(AspNetDbDataSet.aspnet_MembershipDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_Applications");
 }
 public virtual int Update(AspNetDbDataSet.aspnet_ApplicationsDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_UsersInRoles");
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_PersonalizationPerUser");
 }
 public virtual int Fill(AspNetDbDataSet.aspnet_WebEvent_EventsDataTable dataTable)
 {
    this.Adapter.SelectCommand = this.CommandCollection[0];
    if((this.m_clearBeforeFill == true))
    {
       dataTable.Clear();
    }
    int returnValue = this.Adapter.Fill(dataTable);
    return returnValue;
 }
 public virtual int Update(AspNetDbDataSet.aspnet_ProfileDataTable dataTable)
 {
    return this.Adapter.Update(dataTable);
 }
 public virtual int Update(AspNetDbDataSet dataSet)
 {
    return this.Adapter.Update(dataSet,"aspnet_WebEvent_Events");
 }
 public virtual int Fill(AspNetDbDataSet.aspnet_ApplicationsDataTable dataTable)
 {
     this.Adapter.SelectCommand = this.CommandCollection[0];
     if (this.m_clearBeforeFill)
     {
         dataTable.Clear();
     }
     return this.Adapter.Fill(dataTable);
 }