Merge pull request #966 from ermshiperete/bug-xamarin-18511
[mono.git] / mcs / class / System.Data / Documentation / en / index.xml
1 <Overview>
2   <Assemblies>
3     <Assembly Name="System.Data" Version="2.0.0.0">
4       <Attributes>
5         <Attribute>
6           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
7         </Attribute>
8         <Attribute>
9           <AttributeName>System.Runtime.InteropServices.ComCompatibleVersion(1, 0, 3300, 0)</AttributeName>
10         </Attribute>
11         <Attribute>
12           <AttributeName>System.Reflection.AssemblyFileVersion("2.0.50727.1433")</AttributeName>
13         </Attribute>
14         <Attribute>
15           <AttributeName>System.Security.AllowPartiallyTrustedCallers</AttributeName>
16         </Attribute>
17         <Attribute>
18           <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
19         </Attribute>
20         <Attribute>
21           <AttributeName>System.Resources.NeutralResourcesLanguage("en-US")</AttributeName>
22         </Attribute>
23         <Attribute>
24           <AttributeName>System.CLSCompliant(true)</AttributeName>
25         </Attribute>
26         <Attribute>
27           <AttributeName>System.Reflection.AssemblyInformationalVersion("2.0.50727.1433")</AttributeName>
28         </Attribute>
29         <Attribute>
30           <AttributeName>System.Resources.SatelliteContractVersion("2.0.0.0")</AttributeName>
31         </Attribute>
32         <Attribute>
33           <AttributeName>System.Reflection.AssemblyCopyright("(c) various MONO Authors")</AttributeName>
34         </Attribute>
35         <Attribute>
36           <AttributeName>System.Reflection.AssemblyProduct("MONO Common language infrastructure")</AttributeName>
37         </Attribute>
38         <Attribute>
39           <AttributeName>System.Reflection.AssemblyCompany("MONO development team")</AttributeName>
40         </Attribute>
41         <Attribute>
42           <AttributeName>System.Reflection.AssemblyDefaultAlias("System.Data.dll")</AttributeName>
43         </Attribute>
44         <Attribute>
45           <AttributeName>System.Reflection.AssemblyDescription("System.Data.dll")</AttributeName>
46         </Attribute>
47         <Attribute>
48           <AttributeName>System.Reflection.AssemblyTitle("System.Data.dll")</AttributeName>
49         </Attribute>
50       </Attributes>
51     </Assembly>
52   </Assemblies>
53   <Remarks>To be added.</Remarks>
54   <Copyright>To be added.</Copyright>
55   <Types>
56     <Namespace Name="Microsoft.SqlServer.Server">
57       <Type Name="DataAccessKind" Kind="Enumeration" />
58       <Type Name="Format" Kind="Enumeration" />
59       <Type Name="IBinarySerialize" Kind="Interface" />
60       <Type Name="InvalidUdtException" Kind="Class" />
61       <Type Name="SqlFacetAttribute" Kind="Class" />
62       <Type Name="SqlFunctionAttribute" Kind="Class" />
63       <Type Name="SqlMetaData" Kind="Class" />
64       <Type Name="SqlMethodAttribute" Kind="Class" />
65       <Type Name="SqlProcedureAttribute" Kind="Class" />
66       <Type Name="SqlTriggerAttribute" Kind="Class" />
67       <Type Name="SqlTriggerContext" Kind="Class" />
68       <Type Name="SqlUserDefinedAggregateAttribute" Kind="Class" />
69       <Type Name="SqlUserDefinedTypeAttribute" Kind="Class" />
70       <Type Name="SystemDataAccessKind" Kind="Enumeration" />
71       <Type Name="TriggerAction" Kind="Enumeration" />
72     </Namespace>
73     <Namespace Name="System.Data">
74       <Type Name="AcceptRejectRule" Kind="Enumeration" />
75       <Type Name="CommandBehavior" Kind="Enumeration" />
76       <Type Name="CommandType" Kind="Enumeration" />
77       <Type Name="ConflictOption" Kind="Enumeration" />
78       <Type Name="ConnectionState" Kind="Enumeration" />
79       <Type Name="Constraint" Kind="Class" />
80       <Type Name="ConstraintCollection" Kind="Class" />
81       <Type Name="ConstraintException" Kind="Class" />
82       <Type Name="DataColumn" Kind="Class" />
83       <Type Name="DataColumnChangeEventArgs" Kind="Class" />
84       <Type Name="DataColumnChangeEventHandler" Kind="Delegate" />
85       <Type Name="DataColumnCollection" Kind="Class" />
86       <Type Name="DataException" Kind="Class" />
87       <Type Name="DataRelation" Kind="Class" />
88       <Type Name="DataRelationCollection" Kind="Class" />
89       <Type Name="DataRow" Kind="Class" />
90       <Type Name="DataRowAction" Kind="Enumeration" />
91       <Type Name="DataRowBuilder" Kind="Class" />
92       <Type Name="DataRowChangeEventArgs" Kind="Class" />
93       <Type Name="DataRowChangeEventHandler" Kind="Delegate" />
94       <Type Name="DataRowCollection" Kind="Class" />
95       <Type Name="DataRowState" Kind="Enumeration" />
96       <Type Name="DataRowVersion" Kind="Enumeration" />
97       <Type Name="DataRowView" Kind="Class" />
98       <Type Name="DataSet" Kind="Class" />
99       <Type Name="DataSetDateTime" Kind="Enumeration" />
100       <Type Name="DataSysDescriptionAttribute" Kind="Class" />
101       <Type Name="DataTable" Kind="Class" />
102       <Type Name="DataTableClearEventArgs" Kind="Class" />
103       <Type Name="DataTableClearEventHandler" Kind="Delegate" />
104       <Type Name="DataTableCollection" Kind="Class" />
105       <Type Name="DataTableNewRowEventArgs" Kind="Class" />
106       <Type Name="DataTableNewRowEventHandler" Kind="Delegate" />
107       <Type Name="DataTableReader" Kind="Class" />
108       <Type Name="DataView" Kind="Class" />
109       <Type Name="DataViewManager" Kind="Class" />
110       <Type Name="DataViewRowState" Kind="Enumeration" />
111       <Type Name="DataViewSetting" Kind="Class" />
112       <Type Name="DataViewSettingCollection" Kind="Class" />
113       <Type Name="DBConcurrencyException" Kind="Class" />
114       <Type Name="DbType" Kind="Enumeration" />
115       <Type Name="DeletedRowInaccessibleException" Kind="Class" />
116       <Type Name="DuplicateNameException" Kind="Class" />
117       <Type Name="EvaluateException" Kind="Class" />
118       <Type Name="FillErrorEventArgs" Kind="Class" />
119       <Type Name="FillErrorEventHandler" Kind="Delegate" />
120       <Type Name="ForeignKeyConstraint" Kind="Class" />
121       <Type Name="IColumnMapping" Kind="Interface" />
122       <Type Name="IColumnMappingCollection" Kind="Interface" />
123       <Type Name="IDataAdapter" Kind="Interface" />
124       <Type Name="IDataParameter" Kind="Interface" />
125       <Type Name="IDataParameterCollection" Kind="Interface" />
126       <Type Name="IDataReader" Kind="Interface" />
127       <Type Name="IDataRecord" Kind="Interface" />
128       <Type Name="IDbCommand" Kind="Interface" />
129       <Type Name="IDbConnection" Kind="Interface" />
130       <Type Name="IDbDataAdapter" Kind="Interface" />
131       <Type Name="IDbDataParameter" Kind="Interface" />
132       <Type Name="IDbTransaction" Kind="Interface" />
133       <Type Name="InRowChangingEventException" Kind="Class" />
134       <Type Name="InternalDataCollectionBase" Kind="Class" />
135       <Type Name="InvalidConstraintException" Kind="Class" />
136       <Type Name="InvalidExpressionException" Kind="Class" />
137       <Type Name="IsolationLevel" Kind="Enumeration" />
138       <Type Name="ITableMapping" Kind="Interface" />
139       <Type Name="ITableMappingCollection" Kind="Interface" />
140       <Type Name="KeyRestrictionBehavior" Kind="Enumeration" />
141       <Type Name="LoadOption" Kind="Enumeration" />
142       <Type Name="MappingType" Kind="Enumeration" />
143       <Type Name="MergeFailedEventArgs" Kind="Class" />
144       <Type Name="MergeFailedEventHandler" Kind="Delegate" />
145       <Type Name="MissingMappingAction" Kind="Enumeration" />
146       <Type Name="MissingPrimaryKeyException" Kind="Class" />
147       <Type Name="MissingSchemaAction" Kind="Enumeration" />
148       <Type Name="NoNullAllowedException" Kind="Class" />
149       <Type Name="OperationAbortedException" Kind="Class" />
150       <Type Name="ParameterDirection" Kind="Enumeration" />
151       <Type Name="PropertyAttributes" Kind="Enumeration" />
152       <Type Name="PropertyCollection" Kind="Class" />
153       <Type Name="ReadOnlyException" Kind="Class" />
154       <Type Name="RowNotInTableException" Kind="Class" />
155       <Type Name="Rule" Kind="Enumeration" />
156       <Type Name="SchemaSerializationMode" Kind="Enumeration" />
157       <Type Name="SchemaType" Kind="Enumeration" />
158       <Type Name="SerializationFormat" Kind="Enumeration" />
159       <Type Name="SqlDbType" Kind="Enumeration" />
160       <Type Name="StateChangeEventArgs" Kind="Class" />
161       <Type Name="StateChangeEventHandler" Kind="Delegate" />
162       <Type Name="StatementCompletedEventArgs" Kind="Class" />
163       <Type Name="StatementCompletedEventHandler" Kind="Delegate" />
164       <Type Name="StatementType" Kind="Enumeration" />
165       <Type Name="StrongTypingException" Kind="Class" />
166       <Type Name="SyntaxErrorException" Kind="Class" />
167       <Type Name="TypedDataSetGenerator" Kind="Class" />
168       <Type Name="TypedDataSetGeneratorException" Kind="Class" />
169       <Type Name="UniqueConstraint" Kind="Class" />
170       <Type Name="UpdateRowSource" Kind="Enumeration" />
171       <Type Name="UpdateStatus" Kind="Enumeration" />
172       <Type Name="VersionNotFoundException" Kind="Class" />
173       <Type Name="XmlReadMode" Kind="Enumeration" />
174       <Type Name="XmlWriteMode" Kind="Enumeration" />
175     </Namespace>
176     <Namespace Name="System.Data.Common">
177       <Type Name="CatalogLocation" Kind="Enumeration" />
178       <Type Name="DataAdapter" Kind="Class" />
179       <Type Name="DataColumnMapping" Kind="Class" />
180       <Type Name="DataColumnMappingCollection" Kind="Class" />
181       <Type Name="DataTableMapping" Kind="Class" />
182       <Type Name="DataTableMappingCollection" Kind="Class" />
183       <Type Name="DbCommand" Kind="Class" />
184       <Type Name="DbCommandBuilder" Kind="Class" />
185       <Type Name="DbConnection" Kind="Class" />
186       <Type Name="DbConnectionStringBuilder" Kind="Class" />
187       <Type Name="DbDataAdapter" Kind="Class" />
188       <Type Name="DBDataPermission" Kind="Class" />
189       <Type Name="DBDataPermissionAttribute" Kind="Class" />
190       <Type Name="DbDataReader" Kind="Class" />
191       <Type Name="DbDataRecord" Kind="Class" />
192       <Type Name="DbDataSourceEnumerator" Kind="Class" />
193       <Type Name="DbEnumerator" Kind="Class" />
194       <Type Name="DbException" Kind="Class" />
195       <Type Name="DbMetaDataCollectionNames" Kind="Class" />
196       <Type Name="DbMetaDataColumnNames" Kind="Class" />
197       <Type Name="DbParameter" Kind="Class" />
198       <Type Name="DbParameterCollection" Kind="Class" />
199       <Type Name="DbProviderConfigurationHandler" Kind="Class" />
200       <Type Name="DbProviderFactories" Kind="Class" />
201       <Type Name="DbProviderFactoriesConfigurationHandler" Kind="Class" />
202       <Type Name="DbProviderFactory" Kind="Class" />
203       <Type Name="DbProviderSpecificTypePropertyAttribute" Kind="Class" />
204       <Type Name="DbTransaction" Kind="Class" />
205       <Type Name="GroupByBehavior" Kind="Enumeration" />
206       <Type Name="IdentifierCase" Kind="Enumeration" />
207       <Type Name="RowUpdatedEventArgs" Kind="Class" />
208       <Type Name="RowUpdatingEventArgs" Kind="Class" />
209       <Type Name="SchemaTableColumn" Kind="Class" />
210       <Type Name="SchemaTableOptionalColumn" Kind="Class" />
211       <Type Name="SupportedJoinOperators" Kind="Enumeration" />
212     </Namespace>
213     <Namespace Name="System.Data.Odbc">
214       <Type Name="OdbcCommand" Kind="Class" />
215       <Type Name="OdbcCommandBuilder" Kind="Class" />
216       <Type Name="OdbcConnection" Kind="Class" />
217       <Type Name="OdbcConnectionStringBuilder" Kind="Class" />
218       <Type Name="OdbcDataAdapter" Kind="Class" />
219       <Type Name="OdbcDataReader" Kind="Class" />
220       <Type Name="OdbcError" Kind="Class" />
221       <Type Name="OdbcErrorCollection" Kind="Class" />
222       <Type Name="OdbcException" Kind="Class" />
223       <Type Name="OdbcFactory" Kind="Class" />
224       <Type Name="OdbcInfoMessageEventArgs" Kind="Class" />
225       <Type Name="OdbcInfoMessageEventHandler" Kind="Delegate" />
226       <Type Name="OdbcMetaDataCollectionNames" Kind="Class" />
227       <Type Name="OdbcMetaDataColumnNames" Kind="Class" />
228       <Type Name="OdbcParameter" Kind="Class" />
229       <Type Name="OdbcParameterCollection" Kind="Class" />
230       <Type Name="OdbcPermission" Kind="Class" />
231       <Type Name="OdbcPermissionAttribute" Kind="Class" />
232       <Type Name="OdbcRowUpdatedEventArgs" Kind="Class" />
233       <Type Name="OdbcRowUpdatedEventHandler" Kind="Delegate" />
234       <Type Name="OdbcRowUpdatingEventArgs" Kind="Class" />
235       <Type Name="OdbcRowUpdatingEventHandler" Kind="Delegate" />
236       <Type Name="OdbcTransaction" Kind="Class" />
237       <Type Name="OdbcType" Kind="Enumeration" />
238     </Namespace>
239     <Namespace Name="System.Data.OleDb">
240       <Type Name="OleDbCommand" Kind="Class" />
241       <Type Name="OleDbCommandBuilder" Kind="Class" />
242       <Type Name="OleDbConnection" Kind="Class" />
243       <Type Name="OleDbDataAdapter" Kind="Class" />
244       <Type Name="OleDbDataReader" Kind="Class" />
245       <Type Name="OleDbError" Kind="Class" />
246       <Type Name="OleDbErrorCollection" Kind="Class" />
247       <Type Name="OleDbException" Kind="Class" />
248       <Type Name="OleDbInfoMessageEventArgs" Kind="Class" />
249       <Type Name="OleDbInfoMessageEventHandler" Kind="Delegate" />
250       <Type Name="OleDbLiteral" Kind="Enumeration" />
251       <Type Name="OleDbMetaDataCollectionNames" Kind="Class" />
252       <Type Name="OleDbParameter" Kind="Class" />
253       <Type Name="OleDbParameterCollection" Kind="Class" />
254       <Type Name="OleDbPermission" Kind="Class" />
255       <Type Name="OleDbPermissionAttribute" Kind="Class" />
256       <Type Name="OleDbRowUpdatedEventArgs" Kind="Class" />
257       <Type Name="OleDbRowUpdatedEventHandler" Kind="Delegate" />
258       <Type Name="OleDbRowUpdatingEventArgs" Kind="Class" />
259       <Type Name="OleDbRowUpdatingEventHandler" Kind="Delegate" />
260       <Type Name="OleDbSchemaGuid" Kind="Class" />
261       <Type Name="OleDbTransaction" Kind="Class" />
262       <Type Name="OleDbType" Kind="Enumeration" />
263     </Namespace>
264     <Namespace Name="System.Data.Sql">
265       <Type Name="SqlDataSourceEnumerator" Kind="Class" />
266       <Type Name="SqlNotificationRequest" Kind="Class" />
267     </Namespace>
268     <Namespace Name="System.Data.SqlClient">
269       <Type Name="OnChangeEventHandler" Kind="Delegate" />
270       <Type Name="SqlBulkCopy" Kind="Class" />
271       <Type Name="SqlBulkCopyColumnMapping" Kind="Class" />
272       <Type Name="SqlBulkCopyColumnMappingCollection" Kind="Class" />
273       <Type Name="SqlBulkCopyOptions" Kind="Enumeration" />
274       <Type Name="SqlClientFactory" Kind="Class" />
275       <Type Name="SqlClientMetaDataCollectionNames" Kind="Class" />
276       <Type Name="SqlClientPermission" Kind="Class" />
277       <Type Name="SqlClientPermissionAttribute" Kind="Class" />
278       <Type Name="SqlCommand" Kind="Class" />
279       <Type Name="SqlCommandBuilder" Kind="Class" />
280       <Type Name="SqlConnection" Kind="Class" />
281       <Type Name="SqlConnectionStringBuilder" Kind="Class" />
282       <Type Name="SqlDataAdapter" Kind="Class" />
283       <Type Name="SqlDataReader" Kind="Class" />
284       <Type Name="SQLDebugging" Kind="Class" />
285       <Type Name="SqlDependency" Kind="Class" />
286       <Type Name="SqlError" Kind="Class" />
287       <Type Name="SqlErrorCollection" Kind="Class" />
288       <Type Name="SqlException" Kind="Class" />
289       <Type Name="SqlInfoMessageEventArgs" Kind="Class" />
290       <Type Name="SqlInfoMessageEventHandler" Kind="Delegate" />
291       <Type Name="SqlNotificationEventArgs" Kind="Class" />
292       <Type Name="SqlNotificationInfo" Kind="Enumeration" />
293       <Type Name="SqlNotificationSource" Kind="Enumeration" />
294       <Type Name="SqlNotificationType" Kind="Enumeration" />
295       <Type Name="SqlParameter" Kind="Class" />
296       <Type Name="SqlParameterCollection" Kind="Class" />
297       <Type Name="SqlRowsCopiedEventArgs" Kind="Class" />
298       <Type Name="SqlRowsCopiedEventHandler" Kind="Delegate" />
299       <Type Name="SqlRowUpdatedEventArgs" Kind="Class" />
300       <Type Name="SqlRowUpdatedEventHandler" Kind="Delegate" />
301       <Type Name="SqlRowUpdatingEventArgs" Kind="Class" />
302       <Type Name="SqlRowUpdatingEventHandler" Kind="Delegate" />
303       <Type Name="SqlTransaction" Kind="Class" />
304     </Namespace>
305     <Namespace Name="System.Data.SqlTypes">
306       <Type Name="INullable" Kind="Interface" />
307       <Type Name="SqlAlreadyFilledException" Kind="Class" />
308       <Type Name="SqlBinary" Kind="Structure" />
309       <Type Name="SqlBoolean" Kind="Structure" />
310       <Type Name="SqlByte" Kind="Structure" />
311       <Type Name="SqlBytes" Kind="Class" />
312       <Type Name="SqlChars" Kind="Class" />
313       <Type Name="SqlCompareOptions" Kind="Enumeration" />
314       <Type Name="SqlDateTime" Kind="Structure" />
315       <Type Name="SqlDecimal" Kind="Structure" />
316       <Type Name="SqlDouble" Kind="Structure" />
317       <Type Name="SqlGuid" Kind="Structure" />
318       <Type Name="SqlInt16" Kind="Structure" />
319       <Type Name="SqlInt32" Kind="Structure" />
320       <Type Name="SqlInt64" Kind="Structure" />
321       <Type Name="SqlMoney" Kind="Structure" />
322       <Type Name="SqlNotFilledException" Kind="Class" />
323       <Type Name="SqlNullValueException" Kind="Class" />
324       <Type Name="SqlSingle" Kind="Structure" />
325       <Type Name="SqlString" Kind="Structure" />
326       <Type Name="SqlTruncateException" Kind="Class" />
327       <Type Name="SqlTypeException" Kind="Class" />
328       <Type Name="SqlXml" Kind="Class" />
329       <Type Name="StorageState" Kind="Enumeration" />
330     </Namespace>
331     <Namespace Name="System.Xml">
332       <Type Name="XmlDataDocument" Kind="Class" />
333     </Namespace>
334   </Types>
335   <Title>System.Data</Title>
336 </Overview>