/// <summary> /// GetTableSchema For WebService /// </summary> public static XmlSchemaComplexType getTableSchema(XmlSchemaSet xs) { var dt = new AS_Tmp1DataTable(); return(getTableSchema(xs, dt, "AST")); }
protected internal AS_Tmp1Row(DataRowBuilder rb) : base(rb) { theTable = ((AS_Tmp1DataTable)(Table)); }