[sgen] Untag the vtable during concurrent mark
[mono.git] / mcs / class / System.Data / Documentation / System.Data.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <masterdoc assembly="System.Data">\r
3     <class name="InternalDataCollectionBase" namespace="System.Data">\r
4         <constructor name="InternalDataCollectionBase" argnames="" />\r
5         <property name="Count" propertytype="System.Int32" />\r
6         <property name="IsReadOnly" propertytype="System.Boolean" />\r
7         <property name="IsSynchronized" propertytype="System.Boolean" />\r
8         <property name="SyncRoot" propertytype="System.Object" />\r
9         <property name="List" propertytype="System.Collections.ArrayList" />\r
10         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
11         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" returntype="System.Void" />\r
12         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
13         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
14         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
15         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
16         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
17         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
18     </class>\r
19     <class name="Constraint" namespace="System.Data">\r
20         <constructor name="Constraint" argnames="" />\r
21         <property name="ConstraintName" propertytype="System.String" />\r
22         <property name="SchemaName" propertytype="System.String" />\r
23         <property name="InCollection" propertytype="System.Boolean" />\r
24         <property name="Table" propertytype="System.Data.DataTable" />\r
25         <property name="ExtendedProperties" propertytype="System.Data.PropertyCollection" />\r
26         <property name="_DataSet" propertytype="System.Data.DataSet" />\r
27         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
28         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
29         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
30         <method name="ToString" argnames="" returntype="System.String" />\r
31         <method name="CheckStateForProperty" argnames="" returntype="System.Void" />\r
32         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
33         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
34     </class>\r
35     <class name="ConstraintCollection" namespace="System.Data">\r
36         <property name="List" propertytype="System.Collections.ArrayList" />\r
37         <property name="Item" propertytype="System.Data.Constraint" />\r
38         <property name="Table" propertytype="System.Data.DataTable" />\r
39         <property name="Item" propertytype="System.Data.Constraint" />\r
40         <property name="Count" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Int32" />\r
41         <property name="IsReadOnly" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
42         <property name="IsSynchronized" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
43         <property name="SyncRoot" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Object" />\r
44         <method name="OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)" argnames="ccevent" returntype="System.Void" />\r
45         <method name="IndexOf(System.String)" argnames="constraintName" returntype="System.Int32" />\r
46         <method name="Add(System.String, System.Data.DataColumn[], System.Data.DataColumn[])" argnames="name, primaryKeyColumns, foreignKeyColumns" returntype="System.Data.Constraint" />\r
47         <method name="Add(System.String, System.Data.DataColumn, System.Data.DataColumn)" argnames="name, primaryKeyColumn, foreignKeyColumn" returntype="System.Data.Constraint" />\r
48         <method name="Add(System.String, System.Data.DataColumn, System.Boolean)" argnames="name, column, primaryKey" returntype="System.Data.Constraint" />\r
49         <method name="Add(System.String, System.Data.DataColumn[], System.Boolean)" argnames="name, columns, primaryKey" returntype="System.Data.Constraint" />\r
50         <method name="GetEnumerator" argnames="" inherited="System.Data.InternalDataCollectionBase" returntype="System.Collections.IEnumerator" />\r
51         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" inherited="System.Data.InternalDataCollectionBase" returntype="System.Void" />\r
52         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
53         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
54         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
55         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
56         <method name="Add(System.Data.Constraint)" argnames="constraint" returntype="System.Void" />\r
57         <method name="AddRange(System.Data.Constraint[])" argnames="constraints" returntype="System.Void" />\r
58         <method name="CanRemove(System.Data.Constraint)" argnames="constraint" returntype="System.Boolean" />\r
59         <method name="Clear" argnames="" returntype="System.Void" />\r
60         <method name="Contains(System.String)" argnames="name" returntype="System.Boolean" />\r
61         <method name="IndexOf(System.Data.Constraint)" argnames="constraint" returntype="System.Int32" />\r
62         <method name="Remove(System.Data.Constraint)" argnames="constraint" returntype="System.Void" />\r
63         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
64         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
65         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
66         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
67         <event name="CollectionChanged" />\r
68     </class>\r
69     <class name="DataColumn" namespace="System.Data">\r
70         <constructor name="DataColumn" argnames="" />\r
71         <constructor name="DataColumn(System.String)" argnames="columnName" />\r
72         <constructor name="DataColumn(System.String, System.Type)" argnames="columnName, dataType" />\r
73         <constructor name="DataColumn(System.String, System.Type, System.String)" argnames="columnName, dataType, expr" />\r
74         <constructor name="DataColumn(System.String, System.Type, System.String, System.Data.MappingType)" argnames="columnName, dataType, expr, type" />\r
75         <property name="AllowDBNull" propertytype="System.Boolean" />\r
76         <property name="AutoIncrement" propertytype="System.Boolean" />\r
77         <property name="AutoIncrementSeed" propertytype="System.Int64" />\r
78         <property name="AutoIncrementStep" propertytype="System.Int64" />\r
79         <property name="Caption" propertytype="System.String" />\r
80         <property name="ColumnName" propertytype="System.String" />\r
81         <property name="EncodedColumnName" propertytype="System.String" />\r
82         <property name="Prefix" propertytype="System.String" />\r
83         <property name="Computed" propertytype="System.Boolean" />\r
84         <property name="DataExpression" propertytype="System.Data.DataExpression" />\r
85         <property name="DataType" propertytype="System.Type" />\r
86         <property name="DefaultValue" propertytype="System.Object" />\r
87         <property name="Expression" propertytype="System.String" />\r
88         <property name="ExtendedProperties" propertytype="System.Data.PropertyCollection" />\r
89         <property name="HasData" propertytype="System.Boolean" />\r
90         <property name="MaxLength" propertytype="System.Int32" />\r
91         <property name="Namespace" propertytype="System.String" />\r
92         <property name="Ordinal" propertytype="System.Int32" />\r
93         <property name="ReadOnly" propertytype="System.Boolean" />\r
94         <property name="SortIndex" propertytype="System.Data.Index" />\r
95         <property name="Table" propertytype="System.Data.DataTable" />\r
96         <property name="Item" propertytype="System.Object" />\r
97         <property name="Item" propertytype="System.Object" />\r
98         <property name="Unique" propertytype="System.Boolean" />\r
99         <property name="InternalUnique" propertytype="System.Boolean" />\r
100         <property name="XmlDataType" propertytype="System.String" />\r
101         <property name="SimpleType" propertytype="System.Data.SimpleType" />\r
102         <property name="ColumnMapping" propertytype="System.Data.MappingType" />\r
103         <property name="Description" propertytype="System.String" />\r
104         <property name="Storage" propertytype="System.Data.Common.DataStorage" />\r
105         <property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />\r
106         <property name="Site" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.ISite" />\r
107         <property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />\r
108         <property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />\r
109         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />\r
110         <method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
111         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
112         <method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
113         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
114         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
115         <method name="ToString" argnames="" returntype="System.String" />\r
116         <method name="CheckUnique" argnames="" returntype="System.Void" />\r
117         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
118         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
119         <event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />\r
120     </class>\r
121     <class name="DataColumnChangeEventArgs" namespace="System.Data">\r
122         <constructor name="DataColumnChangeEventArgs(System.Data.DataRow, System.Data.DataColumn, System.Object)" argnames="row, column, value" />\r
123         <property name="Column" propertytype="System.Data.DataColumn" />\r
124         <property name="Row" propertytype="System.Data.DataRow" />\r
125         <property name="ProposedValue" propertytype="System.Object" />\r
126         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
127         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
128         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
129         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
130         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
131         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
132     </class>\r
133     <class name="DataColumnCollection" namespace="System.Data">\r
134         <property name="List" propertytype="System.Collections.ArrayList" />\r
135         <property name="Item" propertytype="System.Data.DataColumn" />\r
136         <property name="Item" propertytype="System.Data.DataColumn" />\r
137         <property name="Item" propertytype="System.Data.DataColumn" />\r
138         <property name="Count" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Int32" />\r
139         <property name="IsReadOnly" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
140         <property name="IsSynchronized" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
141         <property name="SyncRoot" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Object" />\r
142         <method name="OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)" argnames="ccevent" returntype="System.Void" />\r
143         <method name="IndexOf(System.Data.DataColumn)" argnames="column" returntype="System.Int32" />\r
144         <method name="Add" argnames="" returntype="System.Data.DataColumn" />\r
145         <method name="Add(System.String)" argnames="columnName" returntype="System.Data.DataColumn" />\r
146         <method name="Add(System.String, System.Type)" argnames="columnName, type" returntype="System.Data.DataColumn" />\r
147         <method name="Add(System.String, System.Type, System.String)" argnames="columnName, type, expression" returntype="System.Data.DataColumn" />\r
148         <method name="GetEnumerator" argnames="" inherited="System.Data.InternalDataCollectionBase" returntype="System.Collections.IEnumerator" />\r
149         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" inherited="System.Data.InternalDataCollectionBase" returntype="System.Void" />\r
150         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
151         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
152         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
153         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
154         <method name="Add(System.Data.DataColumn)" argnames="column" returntype="System.Void" />\r
155         <method name="AddRange(System.Data.DataColumn[])" argnames="columns" returntype="System.Void" />\r
156         <method name="CanRemove(System.Data.DataColumn)" argnames="column" returntype="System.Boolean" />\r
157         <method name="Clear" argnames="" returntype="System.Void" />\r
158         <method name="Contains(System.String)" argnames="name" returntype="System.Boolean" />\r
159         <method name="IndexOf(System.String)" argnames="columnName" returntype="System.Int32" />\r
160         <method name="Remove(System.Data.DataColumn)" argnames="column" returntype="System.Void" />\r
161         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
162         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
163         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
164         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
165         <event name="CollectionChanged" />\r
166     </class>\r
167     <class name="DataException" namespace="System.Data">\r
168         <constructor name="DataException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
169         <constructor name="DataException" argnames="" />\r
170         <constructor name="DataException(System.String)" argnames="s" />\r
171         <constructor name="DataException(System.String, System.Exception)" argnames="s, innerException" />\r
172         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
173         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
174         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
175         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
176         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
177         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
178         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
179         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
180         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
181         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
182         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
183         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
184         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
185         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
186         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
187     </class>\r
188     <class name="ConstraintException" namespace="System.Data">\r
189         <constructor name="ConstraintException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
190         <constructor name="ConstraintException" argnames="" />\r
191         <constructor name="ConstraintException(System.String)" argnames="s" />\r
192         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
193         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
194         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
195         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
196         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
197         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
198         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
199         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
200         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
201         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
202         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
203         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
204         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
205         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
206         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
207     </class>\r
208     <class name="DeletedRowInaccessibleException" namespace="System.Data">\r
209         <constructor name="DeletedRowInaccessibleException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
210         <constructor name="DeletedRowInaccessibleException" argnames="" />\r
211         <constructor name="DeletedRowInaccessibleException(System.String)" argnames="s" />\r
212         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
213         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
214         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
215         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
216         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
217         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
218         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
219         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
220         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
221         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
222         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
223         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
224         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
225         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
226         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
227     </class>\r
228     <class name="DuplicateNameException" namespace="System.Data">\r
229         <constructor name="DuplicateNameException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
230         <constructor name="DuplicateNameException" argnames="" />\r
231         <constructor name="DuplicateNameException(System.String)" argnames="s" />\r
232         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
233         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
234         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
235         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
236         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
237         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
238         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
239         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
240         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
241         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
242         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
243         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
244         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
245         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
246         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
247     </class>\r
248     <class name="InRowChangingEventException" namespace="System.Data">\r
249         <constructor name="InRowChangingEventException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
250         <constructor name="InRowChangingEventException" argnames="" />\r
251         <constructor name="InRowChangingEventException(System.String)" argnames="s" />\r
252         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
253         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
254         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
255         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
256         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
257         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
258         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
259         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
260         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
261         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
262         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
263         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
264         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
265         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
266         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
267     </class>\r
268     <class name="InvalidConstraintException" namespace="System.Data">\r
269         <constructor name="InvalidConstraintException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
270         <constructor name="InvalidConstraintException" argnames="" />\r
271         <constructor name="InvalidConstraintException(System.String)" argnames="s" />\r
272         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
273         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
274         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
275         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
276         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
277         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
278         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
279         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
280         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
281         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
282         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
283         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
284         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
285         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
286         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
287     </class>\r
288     <class name="MissingPrimaryKeyException" namespace="System.Data">\r
289         <constructor name="MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
290         <constructor name="MissingPrimaryKeyException" argnames="" />\r
291         <constructor name="MissingPrimaryKeyException(System.String)" argnames="s" />\r
292         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
293         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
294         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
295         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
296         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
297         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
298         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
299         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
300         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
301         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
302         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
303         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
304         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
305         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
306         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
307     </class>\r
308     <class name="NoNullAllowedException" namespace="System.Data">\r
309         <constructor name="NoNullAllowedException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
310         <constructor name="NoNullAllowedException" argnames="" />\r
311         <constructor name="NoNullAllowedException(System.String)" argnames="s" />\r
312         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
313         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
314         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
315         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
316         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
317         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
318         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
319         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
320         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
321         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
322         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
323         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
324         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
325         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
326         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
327     </class>\r
328     <class name="ReadOnlyException" namespace="System.Data">\r
329         <constructor name="ReadOnlyException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
330         <constructor name="ReadOnlyException" argnames="" />\r
331         <constructor name="ReadOnlyException(System.String)" argnames="s" />\r
332         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
333         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
334         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
335         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
336         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
337         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
338         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
339         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
340         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
341         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
342         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
343         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
344         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
345         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
346         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
347     </class>\r
348     <class name="RowNotInTableException" namespace="System.Data">\r
349         <constructor name="RowNotInTableException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
350         <constructor name="RowNotInTableException" argnames="" />\r
351         <constructor name="RowNotInTableException(System.String)" argnames="s" />\r
352         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
353         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
354         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
355         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
356         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
357         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
358         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
359         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
360         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
361         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
362         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
363         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
364         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
365         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
366         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
367     </class>\r
368     <class name="VersionNotFoundException" namespace="System.Data">\r
369         <constructor name="VersionNotFoundException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
370         <constructor name="VersionNotFoundException" argnames="" />\r
371         <constructor name="VersionNotFoundException(System.String)" argnames="s" />\r
372         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
373         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
374         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
375         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
376         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
377         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
378         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
379         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
380         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
381         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
382         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
383         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
384         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
385         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
386         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
387     </class>\r
388     <class name="DataRelation" namespace="System.Data">\r
389         <constructor name="DataRelation(System.String, System.Data.DataColumn, System.Data.DataColumn)" argnames="relationName, parentColumn, childColumn" />\r
390         <constructor name="DataRelation(System.String, System.Data.DataColumn, System.Data.DataColumn, System.Boolean)" argnames="relationName, parentColumn, childColumn, createConstraints" />\r
391         <constructor name="DataRelation(System.String, System.Data.DataColumn[], System.Data.DataColumn[])" argnames="relationName, parentColumns, childColumns" />\r
392         <constructor name="DataRelation(System.String, System.Data.DataColumn[], System.Data.DataColumn[], System.Boolean)" argnames="relationName, parentColumns, childColumns, createConstraints" />\r
393         <constructor name="DataRelation(System.String, System.String, System.String, System.String[], System.String[], System.Boolean)" argnames="relationName, parentTableName, childTableName, parentColumnNames, childColumnNames, nested" />\r
394         <property name="ChildColumns" propertytype="System.Data.DataColumn[]" />\r
395         <property name="ChildKey" propertytype="System.Data.DataKey" />\r
396         <property name="ChildTable" propertytype="System.Data.DataTable" />\r
397         <property name="DataSet" propertytype="System.Data.DataSet" />\r
398         <property name="ParentColumnNames" propertytype="System.String[]" />\r
399         <property name="ChildColumnNames" propertytype="System.String[]" />\r
400         <property name="ParentColumns" propertytype="System.Data.DataColumn[]" />\r
401         <property name="ParentKey" propertytype="System.Data.DataKey" />\r
402         <property name="ParentTable" propertytype="System.Data.DataTable" />\r
403         <property name="RelationName" propertytype="System.String" />\r
404         <property name="Nested" propertytype="System.Boolean" />\r
405         <property name="ParentKeyConstraint" propertytype="System.Data.UniqueConstraint" />\r
406         <property name="ChildKeyConstraint" propertytype="System.Data.ForeignKeyConstraint" />\r
407         <property name="ExtendedProperties" propertytype="System.Data.PropertyCollection" />\r
408         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
409         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
410         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
411         <method name="ToString" argnames="" returntype="System.String" />\r
412         <method name="CheckStateForProperty" argnames="" returntype="System.Void" />\r
413         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
414         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
415     </class>\r
416     <class name="DataRelationCollection" namespace="System.Data">\r
417         <constructor name="DataRelationCollection" argnames="" />\r
418         <property name="Item" propertytype="System.Data.DataRelation" />\r
419         <property name="Item" propertytype="System.Data.DataRelation" />\r
420         <property name="Count" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Int32" />\r
421         <property name="IsReadOnly" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
422         <property name="IsSynchronized" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
423         <property name="SyncRoot" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Object" />\r
424         <property name="List" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Collections.ArrayList" />\r
425         <method name="RemoveCore(System.Data.DataRelation)" argnames="relation" returntype="System.Void" />\r
426         <method name="CanRemove(System.Data.DataRelation)" argnames="relation" returntype="System.Boolean" />\r
427         <method name="OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)" argnames="ccevent" returntype="System.Void" />\r
428         <method name="GetDataSet" argnames="" returntype="System.Data.DataSet" />\r
429         <method name="IndexOf(System.String)" argnames="relationName" returntype="System.Int32" />\r
430         <method name="IndexOf(System.Data.DataRelation)" argnames="relation" returntype="System.Int32" />\r
431         <method name="Contains(System.String)" argnames="name" returntype="System.Boolean" />\r
432         <method name="Clear" argnames="" returntype="System.Void" />\r
433         <method name="AddCore(System.Data.DataRelation)" argnames="relation" returntype="System.Void" />\r
434         <method name="Add(System.Data.DataColumn, System.Data.DataColumn)" argnames="parentColumn, childColumn" returntype="System.Data.DataRelation" />\r
435         <method name="Add(System.String, System.Data.DataColumn, System.Data.DataColumn, System.Boolean)" argnames="name, parentColumn, childColumn, createConstraints" returntype="System.Data.DataRelation" />\r
436         <method name="Add(System.String, System.Data.DataColumn, System.Data.DataColumn)" argnames="name, parentColumn, childColumn" returntype="System.Data.DataRelation" />\r
437         <method name="Add(System.Data.DataColumn[], System.Data.DataColumn[])" argnames="parentColumns, childColumns" returntype="System.Data.DataRelation" />\r
438         <method name="Add(System.String, System.Data.DataColumn[], System.Data.DataColumn[], System.Boolean)" argnames="name, parentColumns, childColumns, createConstraints" returntype="System.Data.DataRelation" />\r
439         <method name="Add(System.String, System.Data.DataColumn[], System.Data.DataColumn[])" argnames="name, parentColumns, childColumns" returntype="System.Data.DataRelation" />\r
440         <method name="AddRange(System.Data.DataRelation[])" argnames="relations" returntype="System.Void" />\r
441         <method name="GetEnumerator" argnames="" inherited="System.Data.InternalDataCollectionBase" returntype="System.Collections.IEnumerator" />\r
442         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" inherited="System.Data.InternalDataCollectionBase" returntype="System.Void" />\r
443         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
444         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
445         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
446         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
447         <method name="Add(System.Data.DataRelation)" argnames="relation" returntype="System.Void" />\r
448         <method name="Remove(System.Data.DataRelation)" argnames="relation" returntype="System.Void" />\r
449         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
450         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
451         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
452         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
453         <event name="CollectionChanged" />\r
454     </class>\r
455     <class name="DataRow" namespace="System.Data">\r
456         <property name="Element" propertytype="System.Xml.XmlBoundElement" />\r
457         <property name="RowError" propertytype="System.String" />\r
458         <property name="RowState" propertytype="System.Data.DataRowState" />\r
459         <property name="Table" propertytype="System.Data.DataTable" />\r
460         <property name="Item" propertytype="System.Object" />\r
461         <property name="Item" propertytype="System.Object" />\r
462         <property name="Item" propertytype="System.Object" />\r
463         <property name="Item" propertytype="System.Object" />\r
464         <property name="Item" propertytype="System.Object" />\r
465         <property name="Item" propertytype="System.Object" />\r
466         <property name="ItemArray" propertytype="System.Object[]" />\r
467         <property name="HasErrors" propertytype="System.Boolean" />\r
468         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
469         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
470         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
471         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
472         <method name="AcceptChanges" argnames="" returntype="System.Void" />\r
473         <method name="BeginEdit" argnames="" returntype="System.Void" />\r
474         <method name="CancelEdit" argnames="" returntype="System.Void" />\r
475         <method name="Delete" argnames="" returntype="System.Void" />\r
476         <method name="EndEdit" argnames="" returntype="System.Void" />\r
477         <method name="SetColumnError(System.Int32, System.String)" argnames="columnIndex, error" returntype="System.Void" />\r
478         <method name="SetColumnError(System.String, System.String)" argnames="columnName, error" returntype="System.Void" />\r
479         <method name="SetColumnError(System.Data.DataColumn, System.String)" argnames="column, error" returntype="System.Void" />\r
480         <method name="GetColumnError(System.Int32)" argnames="columnIndex" returntype="System.String" />\r
481         <method name="GetColumnError(System.String)" argnames="columnName" returntype="System.String" />\r
482         <method name="GetColumnError(System.Data.DataColumn)" argnames="column" returntype="System.String" />\r
483         <method name="ClearErrors" argnames="" returntype="System.Void" />\r
484         <method name="GetColumnsInError" argnames="" returntype="System.Data.DataColumn[]" />\r
485         <method name="GetChildRows(System.String)" argnames="relationName" returntype="System.Data.DataRow[]" />\r
486         <method name="GetChildRows(System.String, System.Data.DataRowVersion)" argnames="relationName, version" returntype="System.Data.DataRow[]" />\r
487         <method name="GetChildRows(System.Data.DataRelation)" argnames="relation" returntype="System.Data.DataRow[]" />\r
488         <method name="GetChildRows(System.Data.DataRelation, System.Data.DataRowVersion)" argnames="relation, version" returntype="System.Data.DataRow[]" />\r
489         <method name="GetParentRow(System.String)" argnames="relationName" returntype="System.Data.DataRow" />\r
490         <method name="GetParentRow(System.String, System.Data.DataRowVersion)" argnames="relationName, version" returntype="System.Data.DataRow" />\r
491         <method name="GetParentRow(System.Data.DataRelation)" argnames="relation" returntype="System.Data.DataRow" />\r
492         <method name="GetParentRow(System.Data.DataRelation, System.Data.DataRowVersion)" argnames="relation, version" returntype="System.Data.DataRow" />\r
493         <method name="GetParentRows(System.String)" argnames="relationName" returntype="System.Data.DataRow[]" />\r
494         <method name="GetParentRows(System.String, System.Data.DataRowVersion)" argnames="relationName, version" returntype="System.Data.DataRow[]" />\r
495         <method name="GetParentRows(System.Data.DataRelation)" argnames="relation" returntype="System.Data.DataRow[]" />\r
496         <method name="GetParentRows(System.Data.DataRelation, System.Data.DataRowVersion)" argnames="relation, version" returntype="System.Data.DataRow[]" />\r
497         <method name="HasVersion(System.Data.DataRowVersion)" argnames="version" returntype="System.Boolean" />\r
498         <method name="IsNull(System.Int32)" argnames="columnIndex" returntype="System.Boolean" />\r
499         <method name="IsNull(System.String)" argnames="columnName" returntype="System.Boolean" />\r
500         <method name="IsNull(System.Data.DataColumn)" argnames="column" returntype="System.Boolean" />\r
501         <method name="IsNull(System.Data.DataColumn, System.Data.DataRowVersion)" argnames="column, version" returntype="System.Boolean" />\r
502         <method name="RejectChanges" argnames="" returntype="System.Void" />\r
503         <method name="SetNull(System.Data.DataColumn)" argnames="column" returntype="System.Void" />\r
504         <method name="SetParentRow(System.Data.DataRow)" argnames="parentRow" returntype="System.Void" />\r
505         <method name="SetParentRow(System.Data.DataRow, System.Data.DataRelation)" argnames="parentRow, relation" returntype="System.Void" />\r
506         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
507         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
508     </class>\r
509     <class name="DataRowBuilder" namespace="System.Data">\r
510         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
511         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
512         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
513         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
514         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
515         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
516     </class>\r
517     <class name="DataRowChangeEventArgs" namespace="System.Data">\r
518         <constructor name="DataRowChangeEventArgs(System.Data.DataRow, System.Data.DataRowAction)" argnames="row, action" />\r
519         <property name="Row" propertytype="System.Data.DataRow" />\r
520         <property name="Action" propertytype="System.Data.DataRowAction" />\r
521         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
522         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
523         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
524         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
525         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
526         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
527     </class>\r
528     <class name="DataRowCollection" namespace="System.Data">\r
529         <property name="List" propertytype="System.Collections.ArrayList" />\r
530         <property name="Item" propertytype="System.Data.DataRow" />\r
531         <property name="Count" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Int32" />\r
532         <property name="IsReadOnly" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
533         <property name="IsSynchronized" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
534         <property name="SyncRoot" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Object" />\r
535         <method name="Add(System.Object[])" argnames="values" returntype="System.Data.DataRow" />\r
536         <method name="GetEnumerator" argnames="" inherited="System.Data.InternalDataCollectionBase" returntype="System.Collections.IEnumerator" />\r
537         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" inherited="System.Data.InternalDataCollectionBase" returntype="System.Void" />\r
538         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
539         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
540         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
541         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
542         <method name="Add(System.Data.DataRow)" argnames="row" returntype="System.Void" />\r
543         <method name="InsertAt(System.Data.DataRow, System.Int32)" argnames="row, pos" returntype="System.Void" />\r
544         <method name="Find(System.Object)" argnames="key" returntype="System.Data.DataRow" />\r
545         <method name="Find(System.Object[])" argnames="keys" returntype="System.Data.DataRow" />\r
546         <method name="Clear" argnames="" returntype="System.Void" />\r
547         <method name="Contains(System.Object)" argnames="key" returntype="System.Boolean" />\r
548         <method name="Contains(System.Object[])" argnames="keys" returntype="System.Boolean" />\r
549         <method name="Remove(System.Data.DataRow)" argnames="row" returntype="System.Void" />\r
550         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
551         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
552         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
553     </class>\r
554     <class name="DataRowView" namespace="System.Data">\r
555         <property name="DataView" propertytype="System.Data.DataView" />\r
556         <property name="Index" propertytype="System.Int32" />\r
557         <property name="Item" propertytype="System.Object" />\r
558         <property name="Item" propertytype="System.Object" />\r
559         <property name="Row" propertytype="System.Data.DataRow" />\r
560         <property name="RowVersion" propertytype="System.Data.DataRowVersion" />\r
561         <property name="IsNew" propertytype="System.Boolean" />\r
562         <property name="IsEdit" propertytype="System.Boolean" />\r
563         <method name="CancelEdit" argnames="" returntype="System.Void" />\r
564         <method name="EndEdit" argnames="" returntype="System.Void" />\r
565         <method name="BeginEdit" argnames="" returntype="System.Void" />\r
566         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
567         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
568         <method name="Equals(System.Object)" argnames="other" returntype="System.Boolean" />\r
569         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
570         <method name="CreateChildView(System.Data.DataRelation)" argnames="relation" returntype="System.Data.DataView" />\r
571         <method name="CreateChildView(System.String)" argnames="relationName" returntype="System.Data.DataView" />\r
572         <method name="Delete" argnames="" returntype="System.Void" />\r
573         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
574         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
575     </class>\r
576     <class name="DataSet" namespace="System.Data">\r
577         <constructor name="DataSet" argnames="" />\r
578         <constructor name="DataSet(System.String)" argnames="dataSetName" />\r
579         <constructor name="DataSet(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
580         <property name="CaseSensitive" propertytype="System.Boolean" />\r
581         <property name="DefaultViewManager" propertytype="System.Data.DataViewManager" />\r
582         <property name="EnforceConstraints" propertytype="System.Boolean" />\r
583         <property name="DataSetName" propertytype="System.String" />\r
584         <property name="Namespace" propertytype="System.String" />\r
585         <property name="RowDiffId" propertytype="System.Collections.Hashtable" />\r
586         <property name="Prefix" propertytype="System.String" />\r
587         <property name="ExtendedProperties" propertytype="System.Data.PropertyCollection" />\r
588         <property name="HasErrors" propertytype="System.Boolean" />\r
589         <property name="Locale" propertytype="System.Globalization.CultureInfo" />\r
590         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
591         <property name="Relations" propertytype="System.Data.DataRelationCollection" />\r
592         <property name="Tables" propertytype="System.Data.DataTableCollection" />\r
593         <property name="FBoundToDocument" propertytype="System.Boolean" />\r
594         <property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />\r
595         <property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />\r
596         <property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />\r
597         <method name="EndInit" argnames="" returntype="System.Void" />\r
598         <method name="BeginInit" argnames="" returntype="System.Void" />\r
599         <method name="GetSchemaSerializable" argnames="" returntype="System.Xml.Schema.XmlSchema" />\r
600         <method name="ReadXmlSerializable(System.Xml.XmlReader)" argnames="reader" returntype="System.Void" />\r
601         <method name="Reset" argnames="" returntype="System.Void" />\r
602         <method name="RejectChanges" argnames="" returntype="System.Void" />\r
603         <method name="OnRemoveRelation(System.Data.DataRelation)" argnames="relation" returntype="System.Void" />\r
604         <method name="OnRemoveTable(System.Data.DataTable)" argnames="table" returntype="System.Void" />\r
605         <method name="Clone" argnames="" returntype="System.Data.DataSet" />\r
606         <method name="ShouldSerializeTables" argnames="" returntype="System.Boolean" />\r
607         <method name="ShouldSerializeRelations" argnames="" returntype="System.Boolean" />\r
608         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />\r
609         <method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
610         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
611         <method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
612         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
613         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
614         <method name="ToString" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.String" />\r
615         <method name="AcceptChanges" argnames="" returntype="System.Void" />\r
616         <method name="Clear" argnames="" returntype="System.Void" />\r
617         <method name="Copy" argnames="" returntype="System.Data.DataSet" />\r
618         <method name="GetChanges" argnames="" returntype="System.Data.DataSet" />\r
619         <method name="GetChanges(System.Data.DataRowState)" argnames="rowStates" returntype="System.Data.DataSet" />\r
620         <method name="GetSerializationData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" returntype="System.Void" />\r
621         <method name="GetXml" argnames="" returntype="System.String" />\r
622         <method name="GetXmlSchema" argnames="" returntype="System.String" />\r
623         <method name="HasChanges" argnames="" returntype="System.Boolean" />\r
624         <method name="HasChanges(System.Data.DataRowState)" argnames="rowStates" returntype="System.Boolean" />\r
625         <method name="InferXmlSchema(System.Xml.XmlReader, System.String[])" argnames="reader, nsArray" returntype="System.Void" />\r
626         <method name="InferXmlSchema(System.IO.Stream, System.String[])" argnames="stream, nsArray" returntype="System.Void" />\r
627         <method name="InferXmlSchema(System.IO.TextReader, System.String[])" argnames="reader, nsArray" returntype="System.Void" />\r
628         <method name="InferXmlSchema(System.String, System.String[])" argnames="fileName, nsArray" returntype="System.Void" />\r
629         <method name="ReadXmlSchema(System.Xml.XmlReader)" argnames="reader" returntype="System.Void" />\r
630         <method name="ReadXmlSchema(System.IO.Stream)" argnames="stream" returntype="System.Void" />\r
631         <method name="ReadXmlSchema(System.IO.TextReader)" argnames="reader" returntype="System.Void" />\r
632         <method name="ReadXmlSchema(System.String)" argnames="fileName" returntype="System.Void" />\r
633         <method name="WriteXmlSchema(System.IO.Stream)" argnames="stream" returntype="System.Void" />\r
634         <method name="WriteXmlSchema(System.IO.TextWriter)" argnames="writer" returntype="System.Void" />\r
635         <method name="WriteXmlSchema(System.Xml.XmlWriter)" argnames="writer" returntype="System.Void" />\r
636         <method name="WriteXmlSchema(System.String)" argnames="fileName" returntype="System.Void" />\r
637         <method name="ReadXml(System.Xml.XmlReader)" argnames="reader" returntype="System.Data.XmlReadMode" />\r
638         <method name="ReadXml(System.IO.Stream)" argnames="stream" returntype="System.Data.XmlReadMode" />\r
639         <method name="ReadXml(System.IO.TextReader)" argnames="reader" returntype="System.Data.XmlReadMode" />\r
640         <method name="ReadXml(System.String)" argnames="fileName" returntype="System.Data.XmlReadMode" />\r
641         <method name="ReadXml(System.Xml.XmlReader, System.Data.XmlReadMode)" argnames="reader, mode" returntype="System.Data.XmlReadMode" />\r
642         <method name="ReadXml(System.IO.Stream, System.Data.XmlReadMode)" argnames="stream, mode" returntype="System.Data.XmlReadMode" />\r
643         <method name="ReadXml(System.IO.TextReader, System.Data.XmlReadMode)" argnames="reader, mode" returntype="System.Data.XmlReadMode" />\r
644         <method name="ReadXml(System.String, System.Data.XmlReadMode)" argnames="fileName, mode" returntype="System.Data.XmlReadMode" />\r
645         <method name="WriteXml(System.IO.Stream)" argnames="stream" returntype="System.Void" />\r
646         <method name="WriteXml(System.IO.TextWriter)" argnames="writer" returntype="System.Void" />\r
647         <method name="WriteXml(System.Xml.XmlWriter)" argnames="writer" returntype="System.Void" />\r
648         <method name="WriteXml(System.String)" argnames="fileName" returntype="System.Void" />\r
649         <method name="WriteXml(System.IO.Stream, System.Data.XmlWriteMode)" argnames="stream, mode" returntype="System.Void" />\r
650         <method name="WriteXml(System.IO.TextWriter, System.Data.XmlWriteMode)" argnames="writer, mode" returntype="System.Void" />\r
651         <method name="WriteXml(System.Xml.XmlWriter, System.Data.XmlWriteMode)" argnames="writer, mode" returntype="System.Void" />\r
652         <method name="WriteXml(System.String, System.Data.XmlWriteMode)" argnames="fileName, mode" returntype="System.Void" />\r
653         <method name="Merge(System.Data.DataSet)" argnames="dataSet" returntype="System.Void" />\r
654         <method name="Merge(System.Data.DataSet, System.Boolean)" argnames="dataSet, preserveChanges" returntype="System.Void" />\r
655         <method name="Merge(System.Data.DataSet, System.Boolean, System.Data.MissingSchemaAction)" argnames="dataSet, preserveChanges, missingSchemaAction" returntype="System.Void" />\r
656         <method name="Merge(System.Data.DataTable)" argnames="table" returntype="System.Void" />\r
657         <method name="Merge(System.Data.DataTable, System.Boolean, System.Data.MissingSchemaAction)" argnames="table, preserveChanges, missingSchemaAction" returntype="System.Void" />\r
658         <method name="Merge(System.Data.DataRow[])" argnames="rows" returntype="System.Void" />\r
659         <method name="Merge(System.Data.DataRow[], System.Boolean, System.Data.MissingSchemaAction)" argnames="rows, preserveChanges, missingSchemaAction" returntype="System.Void" />\r
660         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
661         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
662         <event name="MergeFailed" />\r
663         <event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />\r
664     </class>\r
665     <class name="DataSysDescriptionAttribute" namespace="System.Data">\r
666         <constructor name="DataSysDescriptionAttribute(System.String)" argnames="description" />\r
667         <property name="Description" propertytype="System.String" />\r
668         <property name="DescriptionValue" inherited="System.ComponentModel.DescriptionAttribute" propertytype="System.String" />\r
669         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
670         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
671         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
672         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
673         <method name="GetHashCode" argnames="" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Int32" />\r
674         <method name="Equals(System.Object)" argnames="obj" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Boolean" />\r
675         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
676         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
677         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
678     </class>\r
679     <class name="DataTableCollection" namespace="System.Data">\r
680         <property name="List" propertytype="System.Collections.ArrayList" />\r
681         <property name="Item" propertytype="System.Data.DataTable" />\r
682         <property name="Item" propertytype="System.Data.DataTable" />\r
683         <property name="Item" propertytype="System.Data.DataTable" />\r
684         <property name="Count" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Int32" />\r
685         <property name="IsReadOnly" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
686         <property name="IsSynchronized" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Boolean" />\r
687         <property name="SyncRoot" inherited="System.Data.InternalDataCollectionBase" propertytype="System.Object" />\r
688         <method name="OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)" argnames="ccevent" returntype="System.Void" />\r
689         <method name="IndexOf(System.String)" argnames="tableName" returntype="System.Int32" />\r
690         <method name="IndexOf(System.Data.DataTable)" argnames="table" returntype="System.Int32" />\r
691         <method name="Add" argnames="" returntype="System.Data.DataTable" />\r
692         <method name="Add(System.String)" argnames="name" returntype="System.Data.DataTable" />\r
693         <method name="Add(System.Data.DataTable)" argnames="table" returntype="System.Void" />\r
694         <method name="GetEnumerator" argnames="" inherited="System.Data.InternalDataCollectionBase" returntype="System.Collections.IEnumerator" />\r
695         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" inherited="System.Data.InternalDataCollectionBase" returntype="System.Void" />\r
696         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
697         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
698         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
699         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
700         <method name="AddRange(System.Data.DataTable[])" argnames="tables" returntype="System.Void" />\r
701         <method name="CanRemove(System.Data.DataTable)" argnames="table" returntype="System.Boolean" />\r
702         <method name="Clear" argnames="" returntype="System.Void" />\r
703         <method name="Contains(System.String)" argnames="name" returntype="System.Boolean" />\r
704         <method name="Remove(System.Data.DataTable)" argnames="table" returntype="System.Void" />\r
705         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
706         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
707         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
708         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
709         <event name="CollectionChanged" />\r
710         <event name="CollectionChanging" />\r
711     </class>\r
712     <class name="DataView" namespace="System.Data">\r
713         <constructor name="DataView" argnames="" />\r
714         <constructor name="DataView(System.Data.DataTable)" argnames="table" />\r
715         <constructor name="DataView(System.Data.DataTable, System.String, System.String, System.Data.DataViewRowState)" argnames="table, RowFilter, Sort, RowState" />\r
716         <property name="AllowDelete" propertytype="System.Boolean" />\r
717         <property name="ApplyDefaultSort" propertytype="System.Boolean" />\r
718         <property name="AllowEdit" propertytype="System.Boolean" />\r
719         <property name="AllowNew" propertytype="System.Boolean" />\r
720         <property name="Count" propertytype="System.Int32" />\r
721         <property name="DataViewManager" propertytype="System.Data.DataViewManager" />\r
722         <property name="IsOpen" propertytype="System.Boolean" />\r
723         <property name="RowFilter" propertytype="System.String" />\r
724         <property name="RowStateFilter" propertytype="System.Data.DataViewRowState" />\r
725         <property name="RowViewCache" propertytype="System.Data.DataRowView[]" />\r
726         <property name="Sort" propertytype="System.String" />\r
727         <property name="Table" propertytype="System.Data.DataTable" />\r
728         <property name="Item" propertytype="System.Data.DataRowView" />\r
729         <property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />\r
730         <property name="Site" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.ISite" />\r
731         <property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />\r
732         <property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />\r
733         <method name="EndInit" argnames="" returntype="System.Void" />\r
734         <method name="BeginInit" argnames="" returntype="System.Void" />\r
735         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
736         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
737         <method name="ColumnCollectionChanged(System.Object, System.ComponentModel.CollectionChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
738         <method name="UpdateIndex(System.Boolean)" argnames="force" returntype="System.Void" />\r
739         <method name="OnListChanged(System.ComponentModel.ListChangedEventArgs)" argnames="e" returntype="System.Void" />\r
740         <method name="IndexListChanged(System.Object, System.ComponentModel.ListChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
741         <method name="AddNew" argnames="" returntype="System.Data.DataRowView" />\r
742         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />\r
743         <method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
744         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
745         <method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
746         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
747         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
748         <method name="ToString" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.String" />\r
749         <method name="Close" argnames="" returntype="System.Void" />\r
750         <method name="Delete(System.Int32)" argnames="index" returntype="System.Void" />\r
751         <method name="Find(System.Object)" argnames="key" returntype="System.Int32" />\r
752         <method name="Find(System.Object[])" argnames="key" returntype="System.Int32" />\r
753         <method name="FindRows(System.Object)" argnames="key" returntype="System.Data.DataRowView[]" />\r
754         <method name="FindRows(System.Object[])" argnames="key" returntype="System.Data.DataRowView[]" />\r
755         <method name="Open" argnames="" returntype="System.Void" />\r
756         <method name="Reset" argnames="" returntype="System.Void" />\r
757         <method name="UpdateIndex" argnames="" returntype="System.Void" />\r
758         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
759         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
760         <event name="ListChanged" />\r
761         <event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />\r
762     </class>\r
763     <class name="DataViewManager" namespace="System.Data">\r
764         <constructor name="DataViewManager" argnames="" />\r
765         <constructor name="DataViewManager(System.Data.DataSet)" argnames="dataSet" />\r
766         <property name="DataSet" propertytype="System.Data.DataSet" />\r
767         <property name="DataViewSettings" propertytype="System.Data.DataViewSettingCollection" />\r
768         <property name="DataViewSettingCollectionString" propertytype="System.String" />\r
769         <property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />\r
770         <property name="Site" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.ISite" />\r
771         <property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />\r
772         <property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />\r
773         <method name="RelationCollectionChanged(System.Object, System.ComponentModel.CollectionChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
774         <method name="TableCollectionChanged(System.Object, System.ComponentModel.CollectionChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
775         <method name="OnListChanged(System.ComponentModel.ListChangedEventArgs)" argnames="e" returntype="System.Void" />\r
776         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />\r
777         <method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
778         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
779         <method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
780         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
781         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
782         <method name="ToString" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.String" />\r
783         <method name="CreateDataView(System.Data.DataTable)" argnames="table" returntype="System.Data.DataView" />\r
784         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
785         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
786         <event name="ListChanged" />\r
787         <event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />\r
788     </class>\r
789     <class name="DataViewSetting" namespace="System.Data">\r
790         <property name="ApplyDefaultSort" propertytype="System.Boolean" />\r
791         <property name="DataViewManager" propertytype="System.Data.DataViewManager" />\r
792         <property name="Table" propertytype="System.Data.DataTable" />\r
793         <property name="RowFilter" propertytype="System.String" />\r
794         <property name="RowStateFilter" propertytype="System.Data.DataViewRowState" />\r
795         <property name="Sort" propertytype="System.String" />\r
796         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
797         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
798         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
799         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
800         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
801         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
802     </class>\r
803     <class name="DataViewSettingCollection" namespace="System.Data">\r
804         <property name="Item" propertytype="System.Data.DataViewSetting" />\r
805         <property name="Item" propertytype="System.Data.DataViewSetting" />\r
806         <property name="Item" propertytype="System.Data.DataViewSetting" />\r
807         <property name="Count" propertytype="System.Int32" />\r
808         <property name="IsReadOnly" propertytype="System.Boolean" />\r
809         <property name="IsSynchronized" propertytype="System.Boolean" />\r
810         <property name="SyncRoot" propertytype="System.Object" />\r
811         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
812         <method name="CopyTo(System.Array, System.Int32)" argnames="ar, index" returntype="System.Void" />\r
813         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
814         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
815         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
816         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
817         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
818         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
819     </class>\r
820     <class name="ForeignKeyConstraint" namespace="System.Data">\r
821         <constructor name="ForeignKeyConstraint(System.Data.DataColumn, System.Data.DataColumn)" argnames="parentColumn, childColumn" />\r
822         <constructor name="ForeignKeyConstraint(System.String, System.Data.DataColumn, System.Data.DataColumn)" argnames="constraintName, parentColumn, childColumn" />\r
823         <constructor name="ForeignKeyConstraint(System.Data.DataColumn[], System.Data.DataColumn[])" argnames="parentColumns, childColumns" />\r
824         <constructor name="ForeignKeyConstraint(System.String, System.Data.DataColumn[], System.Data.DataColumn[])" argnames="constraintName, parentColumns, childColumns" />\r
825         <constructor name="ForeignKeyConstraint(System.String, System.String, System.String[], System.String[], System.Data.AcceptRejectRule, System.Data.Rule, System.Data.Rule)" argnames="constraintName, parentTableName, parentColumnNames, childColumnNames, acceptRejectRule, deleteRule, updateRule" />\r
826         <property name="ChildKey" propertytype="System.Data.DataKey" />\r
827         <property name="Columns" propertytype="System.Data.DataColumn[]" />\r
828         <property name="Table" propertytype="System.Data.DataTable" />\r
829         <property name="ParentColumnNames" propertytype="System.String[]" />\r
830         <property name="ChildColumnNames" propertytype="System.String[]" />\r
831         <property name="AcceptRejectRule" propertytype="System.Data.AcceptRejectRule" />\r
832         <property name="DeleteRule" propertytype="System.Data.Rule" />\r
833         <property name="RelatedColumns" propertytype="System.Data.DataColumn[]" />\r
834         <property name="ParentKey" propertytype="System.Data.DataKey" />\r
835         <property name="RelatedTable" propertytype="System.Data.DataTable" />\r
836         <property name="UpdateRule" propertytype="System.Data.Rule" />\r
837         <property name="ConstraintName" inherited="System.Data.Constraint" propertytype="System.String" />\r
838         <property name="ExtendedProperties" inherited="System.Data.Constraint" propertytype="System.Data.PropertyCollection" />\r
839         <property name="_DataSet" inherited="System.Data.Constraint" propertytype="System.Data.DataSet" />\r
840         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
841         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
842         <method name="Equals(System.Object)" argnames="key" returntype="System.Boolean" />\r
843         <method name="ToString" argnames="" inherited="System.Data.Constraint" returntype="System.String" />\r
844         <method name="CheckStateForProperty" argnames="" inherited="System.Data.Constraint" returntype="System.Void" />\r
845         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
846         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
847     </class>\r
848     <class name="MergeFailedEventArgs" namespace="System.Data">\r
849         <constructor name="MergeFailedEventArgs(System.Data.DataTable, System.String)" argnames="table, conflict" />\r
850         <property name="Table" propertytype="System.Data.DataTable" />\r
851         <property name="Conflict" propertytype="System.String" />\r
852         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
853         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
854         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
855         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
856         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
857         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
858     </class>\r
859     <class name="PropertyCollection" namespace="System.Data">\r
860         <constructor name="PropertyCollection" argnames="" />\r
861         <property name="hcp" inherited="System.Collections.Hashtable" propertytype="System.Collections.IHashCodeProvider" />\r
862         <property name="comparer" inherited="System.Collections.Hashtable" propertytype="System.Collections.IComparer" />\r
863         <property name="Item" inherited="System.Collections.Hashtable" propertytype="System.Object" />\r
864         <property name="IsReadOnly" inherited="System.Collections.Hashtable" propertytype="System.Boolean" />\r
865         <property name="IsFixedSize" inherited="System.Collections.Hashtable" propertytype="System.Boolean" />\r
866         <property name="IsSynchronized" inherited="System.Collections.Hashtable" propertytype="System.Boolean" />\r
867         <property name="Keys" inherited="System.Collections.Hashtable" propertytype="System.Collections.ICollection" />\r
868         <property name="Values" inherited="System.Collections.Hashtable" propertytype="System.Collections.ICollection" />\r
869         <property name="SyncRoot" inherited="System.Collections.Hashtable" propertytype="System.Object" />\r
870         <property name="Count" inherited="System.Collections.Hashtable" propertytype="System.Int32" />\r
871         <method name="Clone" argnames="" inherited="System.Collections.Hashtable" returntype="System.Object" />\r
872         <method name="OnDeserialization(System.Object)" argnames="sender" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
873         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
874         <method name="CopyTo(System.Array, System.Int32)" argnames="array, arrayIndex" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
875         <method name="Remove(System.Object)" argnames="key" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
876         <method name="GetEnumerator" argnames="" inherited="System.Collections.Hashtable" returntype="System.Collections.IDictionaryEnumerator" />\r
877         <method name="Clear" argnames="" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
878         <method name="Add(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.Hashtable" returntype="System.Void" />\r
879         <method name="Contains(System.Object)" argnames="key" inherited="System.Collections.Hashtable" returntype="System.Boolean" />\r
880         <method name="KeyEquals(System.Object, System.Object)" argnames="item, key" inherited="System.Collections.Hashtable" returntype="System.Boolean" />\r
881         <method name="GetHash(System.Object)" argnames="key" inherited="System.Collections.Hashtable" returntype="System.Int32" />\r
882         <method name="ContainsValue(System.Object)" argnames="value" inherited="System.Collections.Hashtable" returntype="System.Boolean" />\r
883         <method name="ContainsKey(System.Object)" argnames="key" inherited="System.Collections.Hashtable" returntype="System.Boolean" />\r
884         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
885         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
886         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
887         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
888         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
889         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
890     </class>\r
891     <class name="UniqueConstraint" namespace="System.Data">\r
892         <constructor name="UniqueConstraint(System.String, System.Data.DataColumn)" argnames="name, column" />\r
893         <constructor name="UniqueConstraint(System.Data.DataColumn)" argnames="column" />\r
894         <constructor name="UniqueConstraint(System.String, System.Data.DataColumn[])" argnames="name, columns" />\r
895         <constructor name="UniqueConstraint(System.Data.DataColumn[])" argnames="columns" />\r
896         <constructor name="UniqueConstraint(System.String, System.String[], System.Boolean)" argnames="name, columnNames, isPrimaryKey" />\r
897         <constructor name="UniqueConstraint(System.String, System.Data.DataColumn, System.Boolean)" argnames="name, column, isPrimaryKey" />\r
898         <constructor name="UniqueConstraint(System.Data.DataColumn, System.Boolean)" argnames="column, isPrimaryKey" />\r
899         <constructor name="UniqueConstraint(System.String, System.Data.DataColumn[], System.Boolean)" argnames="name, columns, isPrimaryKey" />\r
900         <constructor name="UniqueConstraint(System.Data.DataColumn[], System.Boolean)" argnames="columns, isPrimaryKey" />\r
901         <property name="ColumnNames" propertytype="System.String[]" />\r
902         <property name="Columns" propertytype="System.Data.DataColumn[]" />\r
903         <property name="IsPrimaryKey" propertytype="System.Boolean" />\r
904         <property name="InCollection" propertytype="System.Boolean" />\r
905         <property name="Key" propertytype="System.Data.DataKey" />\r
906         <property name="Table" propertytype="System.Data.DataTable" />\r
907         <property name="ConstraintName" inherited="System.Data.Constraint" propertytype="System.String" />\r
908         <property name="ExtendedProperties" inherited="System.Data.Constraint" propertytype="System.Data.PropertyCollection" />\r
909         <property name="_DataSet" inherited="System.Data.Constraint" propertytype="System.Data.DataSet" />\r
910         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
911         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
912         <method name="Equals(System.Object)" argnames="key2" returntype="System.Boolean" />\r
913         <method name="ToString" argnames="" inherited="System.Data.Constraint" returntype="System.String" />\r
914         <method name="CheckStateForProperty" argnames="" inherited="System.Data.Constraint" returntype="System.Void" />\r
915         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
916         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
917     </class>\r
918     <class name="DBConcurrencyException" namespace="System.Data">\r
919         <constructor name="DBConcurrencyException(System.String)" argnames="message" />\r
920         <constructor name="DBConcurrencyException(System.String, System.Exception)" argnames="message, inner" />\r
921         <property name="Row" propertytype="System.Data.DataRow" />\r
922         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
923         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
924         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
925         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
926         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
927         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
928         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
929         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="si, context" returntype="System.Void" />\r
930         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
931         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
932         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
933         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
934         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
935         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
936         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
937     </class>\r
938     <class name="FillErrorEventArgs" namespace="System.Data">\r
939         <constructor name="FillErrorEventArgs(System.Data.DataTable, System.Object[])" argnames="dataTable, values" />\r
940         <property name="Continue" propertytype="System.Boolean" />\r
941         <property name="DataTable" propertytype="System.Data.DataTable" />\r
942         <property name="Errors" propertytype="System.Exception" />\r
943         <property name="Values" propertytype="System.Object[]" />\r
944         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
945         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
946         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
947         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
948         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
949         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
950     </class>\r
951     <class name="StateChangeEventArgs" namespace="System.Data">\r
952         <constructor name="StateChangeEventArgs(System.Data.ConnectionState, System.Data.ConnectionState)" argnames="originalState, currentState" />\r
953         <property name="CurrentState" propertytype="System.Data.ConnectionState" />\r
954         <property name="OriginalState" propertytype="System.Data.ConnectionState" />\r
955         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
956         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
957         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
958         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
959         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
960         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
961     </class>\r
962     <class name="DataTable" namespace="System.Data">\r
963         <constructor name="DataTable" argnames="" />\r
964         <constructor name="DataTable(System.String)" argnames="tableName" />\r
965         <constructor name="DataTable(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
966         <property name="LiveIndexes" propertytype="System.Collections.ArrayList" />\r
967         <property name="CaseSensitive" propertytype="System.Boolean" />\r
968         <property name="ChildRelations" propertytype="System.Data.DataRelationCollection" />\r
969         <property name="Columns" propertytype="System.Data.DataColumnCollection" />\r
970         <property name="Constraints" propertytype="System.Data.ConstraintCollection" />\r
971         <property name="DataSet" propertytype="System.Data.DataSet" />\r
972         <property name="DefaultView" propertytype="System.Data.DataView" />\r
973         <property name="DisplayExpression" propertytype="System.String" />\r
974         <property name="EnforceConstraints" propertytype="System.Boolean" />\r
975         <property name="ExtendedProperties" propertytype="System.Data.PropertyCollection" />\r
976         <property name="HasErrors" propertytype="System.Boolean" />\r
977         <property name="Locale" propertytype="System.Globalization.CultureInfo" />\r
978         <property name="MinimumCapacity" propertytype="System.Int32" />\r
979         <property name="RecordCapacity" propertytype="System.Int32" />\r
980         <property name="ElementColumnCount" propertytype="System.Int32" />\r
981         <property name="ParentRelations" propertytype="System.Data.DataRelationCollection" />\r
982         <property name="MergingData" propertytype="System.Boolean" />\r
983         <property name="nestedParentRelation" propertytype="System.Data.DataRelation" />\r
984         <property name="SchemaLoading" propertytype="System.Boolean" />\r
985         <property name="PrimaryKey" propertytype="System.Data.DataColumn[]" />\r
986         <property name="Rows" propertytype="System.Data.DataRowCollection" />\r
987         <property name="TableName" propertytype="System.String" />\r
988         <property name="EncodedTableName" propertytype="System.String" />\r
989         <property name="Namespace" propertytype="System.String" />\r
990         <property name="Prefix" propertytype="System.String" />\r
991         <property name="XmlText" propertytype="System.Data.DataColumn" />\r
992         <property name="MaxOccurs" propertytype="System.Decimal" />\r
993         <property name="MinOccurs" propertytype="System.Decimal" />\r
994         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
995         <property name="Events" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.EventHandlerList" />\r
996         <property name="Container" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.ComponentModel.IContainer" />\r
997         <property name="DesignMode" inherited="System.ComponentModel.MarshalByValueComponent" propertytype="System.Boolean" />\r
998         <method name="EndInit" argnames="" returntype="System.Void" />\r
999         <method name="BeginInit" argnames="" returntype="System.Void" />\r
1000         <method name="Reset" argnames="" returntype="System.Void" />\r
1001         <method name="OnRowDeleted(System.Data.DataRowChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1002         <method name="OnRowDeleting(System.Data.DataRowChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1003         <method name="OnRowChanging(System.Data.DataRowChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1004         <method name="OnRowChanged(System.Data.DataRowChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1005         <method name="OnColumnChanged(System.Data.DataColumnChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1006         <method name="OnColumnChanging(System.Data.DataColumnChangeEventArgs)" argnames="e" returntype="System.Void" />\r
1007         <method name="GetRowType" argnames="" returntype="System.Type" />\r
1008         <method name="NewRowFromBuilder(System.Data.DataRowBuilder)" argnames="builder" returntype="System.Data.DataRow" />\r
1009         <method name="Clone" argnames="" returntype="System.Data.DataTable" />\r
1010         <method name="CreateInstance" argnames="" returntype="System.Data.DataTable" />\r
1011         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Object" />\r
1012         <method name="Dispose" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
1013         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
1014         <method name="Finalize" argnames="" inherited="System.ComponentModel.MarshalByValueComponent" returntype="System.Void" />\r
1015         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1016         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1017         <method name="ToString" argnames="" returntype="System.String" />\r
1018         <method name="AcceptChanges" argnames="" returntype="System.Void" />\r
1019         <method name="Copy" argnames="" returntype="System.Data.DataTable" />\r
1020         <method name="Clear" argnames="" returntype="System.Void" />\r
1021         <method name="Compute(System.String, System.String)" argnames="expression, filter" returntype="System.Object" />\r
1022         <method name="GetChanges" argnames="" returntype="System.Data.DataTable" />\r
1023         <method name="GetChanges(System.Data.DataRowState)" argnames="rowStates" returntype="System.Data.DataTable" />\r
1024         <method name="GetErrors" argnames="" returntype="System.Data.DataRow[]" />\r
1025         <method name="ImportRow(System.Data.DataRow)" argnames="row" returntype="System.Void" />\r
1026         <method name="NewRow" argnames="" returntype="System.Data.DataRow" />\r
1027         <method name="RejectChanges" argnames="" returntype="System.Void" />\r
1028         <method name="Select" argnames="" returntype="System.Data.DataRow[]" />\r
1029         <method name="Select(System.String)" argnames="filterExpression" returntype="System.Data.DataRow[]" />\r
1030         <method name="Select(System.String, System.String)" argnames="filterExpression, sort" returntype="System.Data.DataRow[]" />\r
1031         <method name="Select(System.String, System.String, System.Data.DataViewRowState)" argnames="filterExpression, sort, recordStates" returntype="System.Data.DataRow[]" />\r
1032         <method name="BeginLoadData" argnames="" returntype="System.Void" />\r
1033         <method name="EndLoadData" argnames="" returntype="System.Void" />\r
1034         <method name="LoadDataRow(System.Object[], System.Boolean)" argnames="values, fAcceptChanges" returntype="System.Data.DataRow" />\r
1035         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1036         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1037         <event name="ColumnChanging" />\r
1038         <event name="ColumnChanged" />\r
1039         <event name="RowChanged" />\r
1040         <event name="RowChanging" />\r
1041         <event name="RowDeleting" />\r
1042         <event name="RowDeleted" />\r
1043         <event name="Disposed" inherited="System.ComponentModel.MarshalByValueComponent" />\r
1044     </class>\r
1045     <class name="InvalidExpressionException" namespace="System.Data">\r
1046         <constructor name="InvalidExpressionException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
1047         <constructor name="InvalidExpressionException" argnames="" />\r
1048         <constructor name="InvalidExpressionException(System.String)" argnames="s" />\r
1049         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1050         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1051         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1052         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1053         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1054         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1055         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1056         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
1057         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1058         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1059         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1060         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1061         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1062         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1063         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1064     </class>\r
1065     <class name="EvaluateException" namespace="System.Data">\r
1066         <constructor name="EvaluateException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
1067         <constructor name="EvaluateException" argnames="" />\r
1068         <constructor name="EvaluateException(System.String)" argnames="s" />\r
1069         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1070         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1071         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1072         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1073         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1074         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1075         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1076         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
1077         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1078         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1079         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1080         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1081         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1082         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1083         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1084     </class>\r
1085     <class name="SyntaxErrorException" namespace="System.Data">\r
1086         <constructor name="SyntaxErrorException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
1087         <constructor name="SyntaxErrorException" argnames="" />\r
1088         <constructor name="SyntaxErrorException(System.String)" argnames="s" />\r
1089         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1090         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1091         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1092         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1093         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1094         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1095         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1096         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
1097         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1098         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1099         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1100         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1101         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1102         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1103         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1104     </class>\r
1105     <class name="StrongTypingException" namespace="System.Data">\r
1106         <constructor name="StrongTypingException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
1107         <constructor name="StrongTypingException" argnames="" />\r
1108         <constructor name="StrongTypingException(System.String, System.Exception)" argnames="s, innerException" />\r
1109         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1110         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1111         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1112         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1113         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1114         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1115         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1116         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
1117         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1118         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1119         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1120         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1121         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1122         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1123         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1124     </class>\r
1125     <class name="TypedDataSetGeneratorException" namespace="System.Data">\r
1126         <constructor name="TypedDataSetGeneratorException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
1127         <constructor name="TypedDataSetGeneratorException" argnames="" />\r
1128         <constructor name="TypedDataSetGeneratorException(System.Collections.ArrayList)" argnames="list" />\r
1129         <property name="ErrorList" propertytype="System.Collections.ArrayList" />\r
1130         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1131         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1132         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1133         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1134         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1135         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1136         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1137         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" returntype="System.Void" />\r
1138         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1139         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1140         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1141         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1142         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1143         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1144         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1145     </class>\r
1146     <class name="TypedDataSetGenerator" namespace="System.Data">\r
1147         <constructor name="TypedDataSetGenerator" argnames="" />\r
1148         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1149         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1150         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1151         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1152         <method name="Generate(System.Data.DataSet, System.CodeDom.CodeNamespace, System.CodeDom.Compiler.ICodeGenerator)" argnames="dataSet, codeNamespace, codeGen" returntype="System.Void" />\r
1153         <method name="GenerateIdName(System.String, System.CodeDom.Compiler.ICodeGenerator)" argnames="name, codeGen" returntype="System.String" />\r
1154         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1155         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1156     </class>\r
1157     <interface name="IColumnMapping" namespace="System.Data">\r
1158         <property name="DataSetColumn" propertytype="System.String" />\r
1159         <property name="SourceColumn" propertytype="System.String" />\r
1160     </interface>\r
1161     <interface name="IColumnMappingCollection" namespace="System.Data">\r
1162         <property name="Item" propertytype="System.Object" />\r
1163         <method name="RemoveAt(System.String)" argnames="sourceColumnName" returntype="System.Void" />\r
1164         <method name="IndexOf(System.String)" argnames="sourceColumnName" returntype="System.Int32" />\r
1165         <method name="GetByDataSetColumn(System.String)" argnames="dataSetColumnName" returntype="System.Data.IColumnMapping" />\r
1166         <method name="Contains(System.String)" argnames="sourceColumnName" returntype="System.Boolean" />\r
1167         <method name="Add(System.String, System.String)" argnames="sourceColumnName, dataSetColumnName" returntype="System.Data.IColumnMapping" />\r
1168     </interface>\r
1169     <interface name="IDataParameter" namespace="System.Data">\r
1170         <property name="DbType" propertytype="System.Data.DbType" />\r
1171         <property name="Direction" propertytype="System.Data.ParameterDirection" />\r
1172         <property name="IsNullable" propertytype="System.Boolean" />\r
1173         <property name="ParameterName" propertytype="System.String" />\r
1174         <property name="SourceColumn" propertytype="System.String" />\r
1175         <property name="SourceVersion" propertytype="System.Data.DataRowVersion" />\r
1176         <property name="Value" propertytype="System.Object" />\r
1177     </interface>\r
1178     <interface name="IDataParameterCollection" namespace="System.Data">\r
1179         <property name="Item" propertytype="System.Object" />\r
1180         <method name="RemoveAt(System.String)" argnames="parameterName" returntype="System.Void" />\r
1181         <method name="IndexOf(System.String)" argnames="parameterName" returntype="System.Int32" />\r
1182         <method name="Contains(System.String)" argnames="parameterName" returntype="System.Boolean" />\r
1183     </interface>\r
1184     <interface name="IDataRecord" namespace="System.Data">\r
1185         <property name="FieldCount" propertytype="System.Int32" />\r
1186         <property name="Item" propertytype="System.Object" />\r
1187         <property name="Item" propertytype="System.Object" />\r
1188         <method name="IsDBNull(System.Int32)" argnames="i" returntype="System.Boolean" />\r
1189         <method name="GetData(System.Int32)" argnames="i" returntype="System.Data.IDataReader" />\r
1190         <method name="GetDateTime(System.Int32)" argnames="i" returntype="System.DateTime" />\r
1191         <method name="GetDecimal(System.Int32)" argnames="i" returntype="System.Decimal" />\r
1192         <method name="GetString(System.Int32)" argnames="i" returntype="System.String" />\r
1193         <method name="GetDouble(System.Int32)" argnames="i" returntype="System.Double" />\r
1194         <method name="GetFloat(System.Int32)" argnames="i" returntype="System.Single" />\r
1195         <method name="GetInt64(System.Int32)" argnames="i" returntype="System.Int64" />\r
1196         <method name="GetInt32(System.Int32)" argnames="i" returntype="System.Int32" />\r
1197         <method name="GetInt16(System.Int32)" argnames="i" returntype="System.Int16" />\r
1198         <method name="GetGuid(System.Int32)" argnames="i" returntype="System.Guid" />\r
1199         <method name="GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)" argnames="i, fieldoffset, buffer, bufferoffset, length" returntype="System.Int64" />\r
1200         <method name="GetChar(System.Int32)" argnames="i" returntype="System.Char" />\r
1201         <method name="GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)" argnames="i, fieldOffset, buffer, bufferoffset, length" returntype="System.Int64" />\r
1202         <method name="GetByte(System.Int32)" argnames="i" returntype="System.Byte" />\r
1203         <method name="GetBoolean(System.Int32)" argnames="i" returntype="System.Boolean" />\r
1204         <method name="GetOrdinal(System.String)" argnames="name" returntype="System.Int32" />\r
1205         <method name="GetValues(System.Object[])" argnames="values" returntype="System.Int32" />\r
1206         <method name="GetValue(System.Int32)" argnames="i" returntype="System.Object" />\r
1207         <method name="GetFieldType(System.Int32)" argnames="i" returntype="System.Type" />\r
1208         <method name="GetDataTypeName(System.Int32)" argnames="i" returntype="System.String" />\r
1209         <method name="GetName(System.Int32)" argnames="i" returntype="System.String" />\r
1210     </interface>\r
1211     <interface name="IDataReader" namespace="System.Data">\r
1212         <property name="Depth" propertytype="System.Int32" />\r
1213         <property name="IsClosed" propertytype="System.Boolean" />\r
1214         <property name="RecordsAffected" propertytype="System.Int32" />\r
1215         <method name="GetSchemaTable" argnames="" returntype="System.Data.DataTable" />\r
1216         <method name="Read" argnames="" returntype="System.Boolean" />\r
1217         <method name="NextResult" argnames="" returntype="System.Boolean" />\r
1218         <method name="Close" argnames="" returntype="System.Void" />\r
1219     </interface>\r
1220     <interface name="IDataAdapter" namespace="System.Data">\r
1221         <property name="MissingMappingAction" propertytype="System.Data.MissingMappingAction" />\r
1222         <property name="MissingSchemaAction" propertytype="System.Data.MissingSchemaAction" />\r
1223         <property name="TableMappings" propertytype="System.Data.ITableMappingCollection" />\r
1224         <method name="Update(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
1225         <method name="GetFillParameters" argnames="" returntype="System.Data.IDataParameter[]" />\r
1226         <method name="Fill(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
1227         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType)" argnames="dataSet, schemaType" returntype="System.Data.DataTable[]" />\r
1228     </interface>\r
1229     <interface name="IDbCommand" namespace="System.Data">\r
1230         <property name="Connection" propertytype="System.Data.IDbConnection" />\r
1231         <property name="Transaction" propertytype="System.Data.IDbTransaction" />\r
1232         <property name="CommandText" propertytype="System.String" />\r
1233         <property name="CommandTimeout" propertytype="System.Int32" />\r
1234         <property name="CommandType" propertytype="System.Data.CommandType" />\r
1235         <property name="Parameters" propertytype="System.Data.IDataParameterCollection" />\r
1236         <property name="UpdatedRowSource" propertytype="System.Data.UpdateRowSource" />\r
1237         <method name="ExecuteScalar" argnames="" returntype="System.Object" />\r
1238         <method name="ExecuteReader(System.Data.CommandBehavior)" argnames="behavior" returntype="System.Data.IDataReader" />\r
1239         <method name="ExecuteReader" argnames="" returntype="System.Data.IDataReader" />\r
1240         <method name="ExecuteNonQuery" argnames="" returntype="System.Int32" />\r
1241         <method name="CreateParameter" argnames="" returntype="System.Data.IDbDataParameter" />\r
1242         <method name="Cancel" argnames="" returntype="System.Void" />\r
1243         <method name="Prepare" argnames="" returntype="System.Void" />\r
1244     </interface>\r
1245     <interface name="IDbConnection" namespace="System.Data">\r
1246         <property name="ConnectionString" propertytype="System.String" />\r
1247         <property name="ConnectionTimeout" propertytype="System.Int32" />\r
1248         <property name="Database" propertytype="System.String" />\r
1249         <property name="State" propertytype="System.Data.ConnectionState" />\r
1250         <method name="Open" argnames="" returntype="System.Void" />\r
1251         <method name="CreateCommand" argnames="" returntype="System.Data.IDbCommand" />\r
1252         <method name="ChangeDatabase(System.String)" argnames="databaseName" returntype="System.Void" />\r
1253         <method name="Close" argnames="" returntype="System.Void" />\r
1254         <method name="BeginTransaction(System.Data.IsolationLevel)" argnames="il" returntype="System.Data.IDbTransaction" />\r
1255         <method name="BeginTransaction" argnames="" returntype="System.Data.IDbTransaction" />\r
1256     </interface>\r
1257     <interface name="IDbDataAdapter" namespace="System.Data">\r
1258         <property name="SelectCommand" propertytype="System.Data.IDbCommand" />\r
1259         <property name="InsertCommand" propertytype="System.Data.IDbCommand" />\r
1260         <property name="UpdateCommand" propertytype="System.Data.IDbCommand" />\r
1261         <property name="DeleteCommand" propertytype="System.Data.IDbCommand" />\r
1262     </interface>\r
1263     <interface name="IDbDataParameter" namespace="System.Data">\r
1264         <property name="Precision" propertytype="System.Byte" />\r
1265         <property name="Scale" propertytype="System.Byte" />\r
1266         <property name="Size" propertytype="System.Int32" />\r
1267     </interface>\r
1268     <interface name="IDbTransaction" namespace="System.Data">\r
1269         <property name="Connection" propertytype="System.Data.IDbConnection" />\r
1270         <property name="IsolationLevel" propertytype="System.Data.IsolationLevel" />\r
1271         <method name="Rollback" argnames="" returntype="System.Void" />\r
1272         <method name="Commit" argnames="" returntype="System.Void" />\r
1273     </interface>\r
1274     <interface name="ITableMapping" namespace="System.Data">\r
1275         <property name="ColumnMappings" propertytype="System.Data.IColumnMappingCollection" />\r
1276         <property name="DataSetTable" propertytype="System.String" />\r
1277         <property name="SourceTable" propertytype="System.String" />\r
1278     </interface>\r
1279     <interface name="ITableMappingCollection" namespace="System.Data">\r
1280         <property name="Item" propertytype="System.Object" />\r
1281         <method name="RemoveAt(System.String)" argnames="sourceTableName" returntype="System.Void" />\r
1282         <method name="IndexOf(System.String)" argnames="sourceTableName" returntype="System.Int32" />\r
1283         <method name="GetByDataSetTable(System.String)" argnames="dataSetTableName" returntype="System.Data.ITableMapping" />\r
1284         <method name="Contains(System.String)" argnames="sourceTableName" returntype="System.Boolean" />\r
1285         <method name="Add(System.String, System.String)" argnames="sourceTableName, dataSetTableName" returntype="System.Data.ITableMapping" />\r
1286     </interface>\r
1287     <delegate name="DataColumnChangeEventHandler" namespace="System.Data">\r
1288         <constructor name="DataColumnChangeEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
1289         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
1290         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
1291         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
1292         <method name="BeginInvoke(System.Object, System.Data.DataColumnChangeEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
1293         <method name="Invoke(System.Object, System.Data.DataColumnChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
1294         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
1295         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
1296         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1297         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1298         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
1299         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
1300         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
1301         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1302         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
1303         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
1304         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1305         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
1306         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1307         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1308     </delegate>\r
1309     <delegate name="DataRowChangeEventHandler" namespace="System.Data">\r
1310         <constructor name="DataRowChangeEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
1311         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
1312         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
1313         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
1314         <method name="BeginInvoke(System.Object, System.Data.DataRowChangeEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
1315         <method name="Invoke(System.Object, System.Data.DataRowChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
1316         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
1317         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
1318         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1319         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1320         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
1321         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
1322         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
1323         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1324         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
1325         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
1326         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1327         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
1328         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1329         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1330     </delegate>\r
1331     <delegate name="FillErrorEventHandler" namespace="System.Data">\r
1332         <constructor name="FillErrorEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
1333         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
1334         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
1335         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
1336         <method name="BeginInvoke(System.Object, System.Data.FillErrorEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
1337         <method name="Invoke(System.Object, System.Data.FillErrorEventArgs)" argnames="sender, e" returntype="System.Void" />\r
1338         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
1339         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
1340         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1341         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1342         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
1343         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
1344         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
1345         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1346         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
1347         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
1348         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1349         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
1350         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1351         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1352     </delegate>\r
1353     <delegate name="MergeFailedEventHandler" namespace="System.Data">\r
1354         <constructor name="MergeFailedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
1355         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
1356         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
1357         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
1358         <method name="BeginInvoke(System.Object, System.Data.MergeFailedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
1359         <method name="Invoke(System.Object, System.Data.MergeFailedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
1360         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
1361         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
1362         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1363         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1364         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
1365         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
1366         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
1367         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1368         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
1369         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
1370         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1371         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
1372         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1373         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1374     </delegate>\r
1375     <delegate name="StateChangeEventHandler" namespace="System.Data">\r
1376         <constructor name="StateChangeEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
1377         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
1378         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
1379         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
1380         <method name="BeginInvoke(System.Object, System.Data.StateChangeEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
1381         <method name="Invoke(System.Object, System.Data.StateChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
1382         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
1383         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
1384         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1385         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
1386         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
1387         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
1388         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
1389         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1390         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
1391         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
1392         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1393         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
1394         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1395         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1396     </delegate>\r
1397     <enum name="AcceptRejectRule" namespace="System.Data">\r
1398         <field name="None" />\r
1399         <field name="Cascade" />\r
1400         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1401         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1402         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1403         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1404         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1405         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1406         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1407         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1408         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1409         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1410         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1411     </enum>\r
1412     <enum name="CommandBehavior" namespace="System.Data">\r
1413         <field name="Default" />\r
1414         <field name="SingleResult" />\r
1415         <field name="SchemaOnly" />\r
1416         <field name="KeyInfo" />\r
1417         <field name="SingleRow" />\r
1418         <field name="SequentialAccess" />\r
1419         <field name="CloseConnection" />\r
1420         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1421         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1422         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1423         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1424         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1425         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1426         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1427         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1428         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1429         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1430         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1431     </enum>\r
1432     <enum name="CommandType" namespace="System.Data">\r
1433         <field name="Text" />\r
1434         <field name="StoredProcedure" />\r
1435         <field name="TableDirect" />\r
1436         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1437         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1438         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1439         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1440         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1441         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1442         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1443         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1444         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1445         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1446         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1447     </enum>\r
1448     <enum name="ConnectionState" namespace="System.Data">\r
1449         <field name="Closed" />\r
1450         <field name="Open" />\r
1451         <field name="Connecting" />\r
1452         <field name="Executing" />\r
1453         <field name="Fetching" />\r
1454         <field name="Broken" />\r
1455         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1456         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1457         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1458         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1459         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1460         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1461         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1462         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1463         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1464         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1465         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1466     </enum>\r
1467     <enum name="DataRowAction" namespace="System.Data">\r
1468         <field name="Nothing" />\r
1469         <field name="Delete" />\r
1470         <field name="Change" />\r
1471         <field name="Rollback" />\r
1472         <field name="Commit" />\r
1473         <field name="Add" />\r
1474         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1475         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1476         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1477         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1478         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1479         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1480         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1481         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1482         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1483         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1484         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1485     </enum>\r
1486     <enum name="DataRowState" namespace="System.Data">\r
1487         <field name="Detached" />\r
1488         <field name="Unchanged" />\r
1489         <field name="Added" />\r
1490         <field name="Deleted" />\r
1491         <field name="Modified" />\r
1492         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1493         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1494         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1495         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1496         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1497         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1498         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1499         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1500         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1501         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1502         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1503     </enum>\r
1504     <enum name="DataRowVersion" namespace="System.Data">\r
1505         <field name="Original" />\r
1506         <field name="Current" />\r
1507         <field name="Proposed" />\r
1508         <field name="Default" />\r
1509         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1510         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1511         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1512         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1513         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1514         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1515         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1516         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1517         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1518         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1519         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1520     </enum>\r
1521     <enum name="DataViewRowState" namespace="System.Data">\r
1522         <field name="None" />\r
1523         <field name="Unchanged" />\r
1524         <field name="Added" />\r
1525         <field name="Deleted" />\r
1526         <field name="ModifiedCurrent" />\r
1527         <field name="ModifiedOriginal" />\r
1528         <field name="OriginalRows" />\r
1529         <field name="CurrentRows" />\r
1530         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1531         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1532         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1533         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1534         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1535         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1536         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1537         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1538         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1539         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1540         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1541     </enum>\r
1542     <enum name="DbType" namespace="System.Data">\r
1543         <field name="AnsiString" />\r
1544         <field name="Binary" />\r
1545         <field name="Byte" />\r
1546         <field name="Boolean" />\r
1547         <field name="Currency" />\r
1548         <field name="Date" />\r
1549         <field name="DateTime" />\r
1550         <field name="Decimal" />\r
1551         <field name="Double" />\r
1552         <field name="Guid" />\r
1553         <field name="Int16" />\r
1554         <field name="Int32" />\r
1555         <field name="Int64" />\r
1556         <field name="Object" />\r
1557         <field name="SByte" />\r
1558         <field name="Single" />\r
1559         <field name="String" />\r
1560         <field name="Time" />\r
1561         <field name="UInt16" />\r
1562         <field name="UInt32" />\r
1563         <field name="UInt64" />\r
1564         <field name="VarNumeric" />\r
1565         <field name="AnsiStringFixedLength" />\r
1566         <field name="StringFixedLength" />\r
1567         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1568         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1569         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1570         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1571         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1572         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1573         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1574         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1575         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1576         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1577         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1578     </enum>\r
1579     <enum name="IsolationLevel" namespace="System.Data">\r
1580         <field name="Unspecified" />\r
1581         <field name="Chaos" />\r
1582         <field name="ReadUncommitted" />\r
1583         <field name="ReadCommitted" />\r
1584         <field name="RepeatableRead" />\r
1585         <field name="Serializable" />\r
1586         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1587         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1588         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1589         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1590         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1591         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1592         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1593         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1594         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1595         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1596         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1597     </enum>\r
1598     <enum name="MappingType" namespace="System.Data">\r
1599         <field name="Element" />\r
1600         <field name="Attribute" />\r
1601         <field name="SimpleContent" />\r
1602         <field name="Hidden" />\r
1603         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1604         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1605         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1606         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1607         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1608         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1609         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1610         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1611         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1612         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1613         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1614     </enum>\r
1615     <enum name="MissingMappingAction" namespace="System.Data">\r
1616         <field name="Passthrough" />\r
1617         <field name="Ignore" />\r
1618         <field name="Error" />\r
1619         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1620         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1621         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1622         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1623         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1624         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1625         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1626         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1627         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1628         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1629         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1630     </enum>\r
1631     <enum name="MissingSchemaAction" namespace="System.Data">\r
1632         <field name="Add" />\r
1633         <field name="Ignore" />\r
1634         <field name="Error" />\r
1635         <field name="AddWithKey" />\r
1636         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1637         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1638         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1639         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1640         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1641         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1642         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1643         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1644         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1645         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1646         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1647     </enum>\r
1648     <enum name="ParameterDirection" namespace="System.Data">\r
1649         <field name="Input" />\r
1650         <field name="Output" />\r
1651         <field name="InputOutput" />\r
1652         <field name="ReturnValue" />\r
1653         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1654         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1655         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1656         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1657         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1658         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1659         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1660         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1661         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1662         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1663         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1664     </enum>\r
1665     <enum name="PropertyAttributes" namespace="System.Data">\r
1666         <field name="NotSupported" />\r
1667         <field name="Required" />\r
1668         <field name="Optional" />\r
1669         <field name="Read" />\r
1670         <field name="Write" />\r
1671         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1672         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1673         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1674         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1675         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1676         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1677         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1678         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1679         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1680         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1681         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1682     </enum>\r
1683     <enum name="Rule" namespace="System.Data">\r
1684         <field name="None" />\r
1685         <field name="Cascade" />\r
1686         <field name="SetNull" />\r
1687         <field name="SetDefault" />\r
1688         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1689         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1690         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1691         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1692         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1693         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1694         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1695         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1696         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1697         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1698         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1699     </enum>\r
1700     <enum name="SchemaType" namespace="System.Data">\r
1701         <field name="Source" />\r
1702         <field name="Mapped" />\r
1703         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1704         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1705         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1706         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1707         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1708         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1709         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1710         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1711         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1712         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1713         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1714     </enum>\r
1715     <enum name="SqlDbType" namespace="System.Data">\r
1716         <field name="BigInt" />\r
1717         <field name="Binary" />\r
1718         <field name="Bit" />\r
1719         <field name="Char" />\r
1720         <field name="DateTime" />\r
1721         <field name="Decimal" />\r
1722         <field name="Float" />\r
1723         <field name="Image" />\r
1724         <field name="Int" />\r
1725         <field name="Money" />\r
1726         <field name="NChar" />\r
1727         <field name="NText" />\r
1728         <field name="NVarChar" />\r
1729         <field name="Real" />\r
1730         <field name="UniqueIdentifier" />\r
1731         <field name="SmallDateTime" />\r
1732         <field name="SmallInt" />\r
1733         <field name="SmallMoney" />\r
1734         <field name="Text" />\r
1735         <field name="Timestamp" />\r
1736         <field name="TinyInt" />\r
1737         <field name="VarBinary" />\r
1738         <field name="VarChar" />\r
1739         <field name="Variant" />\r
1740         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1741         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1742         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1743         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1744         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1745         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1746         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1747         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1748         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1749         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1750         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1751     </enum>\r
1752     <enum name="StatementType" namespace="System.Data">\r
1753         <field name="Select" />\r
1754         <field name="Insert" />\r
1755         <field name="Update" />\r
1756         <field name="Delete" />\r
1757         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1758         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1759         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1760         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1761         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1762         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1763         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1764         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1765         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1766         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1767         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1768     </enum>\r
1769     <enum name="UpdateRowSource" namespace="System.Data">\r
1770         <field name="None" />\r
1771         <field name="OutputParameters" />\r
1772         <field name="FirstReturnedRecord" />\r
1773         <field name="Both" />\r
1774         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1775         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1776         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1777         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1778         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1779         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1780         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1781         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1782         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1783         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1784         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1785     </enum>\r
1786     <enum name="UpdateStatus" namespace="System.Data">\r
1787         <field name="Continue" />\r
1788         <field name="ErrorsOccurred" />\r
1789         <field name="SkipCurrentRow" />\r
1790         <field name="SkipAllRemainingRows" />\r
1791         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1792         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1793         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1794         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1795         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1796         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1797         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1798         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1799         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1800         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1801         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1802     </enum>\r
1803     <enum name="XmlReadMode" namespace="System.Data">\r
1804         <field name="Auto" />\r
1805         <field name="ReadSchema" />\r
1806         <field name="IgnoreSchema" />\r
1807         <field name="InferSchema" />\r
1808         <field name="DiffGram" />\r
1809         <field name="Fragment" />\r
1810         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1811         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1812         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1813         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1814         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1815         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1816         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1817         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1818         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1819         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1820         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1821     </enum>\r
1822     <enum name="XmlWriteMode" namespace="System.Data">\r
1823         <field name="WriteSchema" />\r
1824         <field name="IgnoreSchema" />\r
1825         <field name="DiffGram" />\r
1826         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
1827         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
1828         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
1829         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
1830         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1831         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
1832         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
1833         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
1834         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
1835         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1836         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1837     </enum>\r
1838     <class name="DataAdapter" namespace="System.Data.Common">\r
1839         <constructor name="DataAdapter" argnames="" />\r
1840         <property name="AcceptChangesDuringFill" propertytype="System.Boolean" />\r
1841         <property name="ContinueUpdateOnError" propertytype="System.Boolean" />\r
1842         <property name="MissingMappingAction" propertytype="System.Data.MissingMappingAction" />\r
1843         <property name="MissingSchemaAction" propertytype="System.Data.MissingSchemaAction" />\r
1844         <property name="TableMappings" propertytype="System.Data.Common.DataTableMappingCollection" />\r
1845         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
1846         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
1847         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
1848         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
1849         <method name="Update(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
1850         <method name="GetFillParameters" argnames="" returntype="System.Data.IDataParameter[]" />\r
1851         <method name="Fill(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
1852         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType)" argnames="dataSet, schemaType" returntype="System.Data.DataTable[]" />\r
1853         <method name="CreateTableMappings" argnames="" returntype="System.Data.Common.DataTableMappingCollection" />\r
1854         <method name="CloneInternals" argnames="" returntype="System.Data.Common.DataAdapter" />\r
1855         <method name="ShouldSerializeTableMappings" argnames="" returntype="System.Boolean" />\r
1856         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
1857         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
1858         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
1859         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
1860         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1861         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1862         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
1863         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1864         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1865         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
1866         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1867         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1868         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
1869     </class>\r
1870     <class name="DataColumnMapping" namespace="System.Data.Common">\r
1871         <constructor name="DataColumnMapping" argnames="" />\r
1872         <constructor name="DataColumnMapping(System.String, System.String)" argnames="sourceColumn, dataSetColumn" />\r
1873         <property name="DataSetColumn" propertytype="System.String" />\r
1874         <property name="Parent" propertytype="System.Data.Common.DataColumnMappingCollection" />\r
1875         <property name="SourceColumn" propertytype="System.String" />\r
1876         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
1877         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1878         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1879         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1880         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1881         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1882         <method name="ToString" argnames="" returntype="System.String" />\r
1883         <method name="GetDataColumnBySchemaAction(System.Data.DataTable, System.Type, System.Data.MissingSchemaAction)" argnames="dataTable, dataType, schemaAction" returntype="System.Data.DataColumn" />\r
1884         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1885         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1886     </class>\r
1887     <class name="DataColumnMappingCollection" namespace="System.Data.Common">\r
1888         <constructor name="DataColumnMappingCollection" argnames="" />\r
1889         <property name="Count" propertytype="System.Int32" />\r
1890         <property name="ItemType" propertytype="System.Type" />\r
1891         <property name="Item" propertytype="System.Data.Common.DataColumnMapping" />\r
1892         <property name="Item" propertytype="System.Data.Common.DataColumnMapping" />\r
1893         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
1894         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
1895         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
1896         <method name="Remove(System.Object)" argnames="value" returntype="System.Void" />\r
1897         <method name="Insert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
1898         <method name="IndexOf(System.Object)" argnames="value" returntype="System.Int32" />\r
1899         <method name="Clear" argnames="" returntype="System.Void" />\r
1900         <method name="Contains(System.Object)" argnames="value" returntype="System.Boolean" />\r
1901         <method name="Add(System.Object)" argnames="value" returntype="System.Int32" />\r
1902         <method name="RemoveAt(System.String)" argnames="sourceColumn" returntype="System.Void" />\r
1903         <method name="IndexOf(System.String)" argnames="sourceColumn" returntype="System.Int32" />\r
1904         <method name="Contains(System.String)" argnames="value" returntype="System.Boolean" />\r
1905         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
1906         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1907         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1908         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1909         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1910         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1911         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1912         <method name="Add(System.String, System.String)" argnames="sourceColumn, dataSetColumn" returntype="System.Data.Common.DataColumnMapping" />\r
1913         <method name="AddRange(System.Data.Common.DataColumnMapping[])" argnames="values" returntype="System.Void" />\r
1914         <method name="GetByDataSetColumn(System.String)" argnames="value" returntype="System.Data.Common.DataColumnMapping" />\r
1915         <method name="IndexOfDataSetColumn(System.String)" argnames="dataSetColumn" returntype="System.Int32" />\r
1916         <method name="GetColumnMappingBySchemaAction(System.Data.Common.DataColumnMappingCollection, System.String, System.Data.MissingMappingAction)" argnames="columnMappings, sourceColumn, mappingAction" returntype="System.Data.Common.DataColumnMapping" />\r
1917         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1918         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1919     </class>\r
1920     <class name="DataTableMapping" namespace="System.Data.Common">\r
1921         <constructor name="DataTableMapping" argnames="" />\r
1922         <constructor name="DataTableMapping(System.String, System.String)" argnames="sourceTable, dataSetTable" />\r
1923         <constructor name="DataTableMapping(System.String, System.String, System.Data.Common.DataColumnMapping[])" argnames="sourceTable, dataSetTable, columnMappings" />\r
1924         <property name="ColumnMappings" propertytype="System.Data.Common.DataColumnMappingCollection" />\r
1925         <property name="DataSetTable" propertytype="System.String" />\r
1926         <property name="Parent" propertytype="System.Data.Common.DataTableMappingCollection" />\r
1927         <property name="SourceTable" propertytype="System.String" />\r
1928         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
1929         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1930         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1931         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1932         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1933         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1934         <method name="ToString" argnames="" returntype="System.String" />\r
1935         <method name="GetColumnMappingBySchemaAction(System.String, System.Data.MissingMappingAction)" argnames="sourceColumn, mappingAction" returntype="System.Data.Common.DataColumnMapping" />\r
1936         <method name="GetDataTableBySchemaAction(System.Data.DataSet, System.Data.MissingSchemaAction)" argnames="dataSet, schemaAction" returntype="System.Data.DataTable" />\r
1937         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1938         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1939     </class>\r
1940     <class name="DataTableMappingCollection" namespace="System.Data.Common">\r
1941         <constructor name="DataTableMappingCollection" argnames="" />\r
1942         <property name="Count" propertytype="System.Int32" />\r
1943         <property name="ItemType" propertytype="System.Type" />\r
1944         <property name="Item" propertytype="System.Data.Common.DataTableMapping" />\r
1945         <property name="Item" propertytype="System.Data.Common.DataTableMapping" />\r
1946         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
1947         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
1948         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
1949         <method name="Remove(System.Object)" argnames="value" returntype="System.Void" />\r
1950         <method name="Insert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
1951         <method name="IndexOf(System.Object)" argnames="value" returntype="System.Int32" />\r
1952         <method name="Clear" argnames="" returntype="System.Void" />\r
1953         <method name="Contains(System.Object)" argnames="value" returntype="System.Boolean" />\r
1954         <method name="Add(System.Object)" argnames="value" returntype="System.Int32" />\r
1955         <method name="RemoveAt(System.String)" argnames="sourceTable" returntype="System.Void" />\r
1956         <method name="IndexOf(System.String)" argnames="sourceTable" returntype="System.Int32" />\r
1957         <method name="Contains(System.String)" argnames="value" returntype="System.Boolean" />\r
1958         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
1959         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1960         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
1961         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1962         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1963         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1964         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1965         <method name="AddRange(System.Data.Common.DataTableMapping[])" argnames="values" returntype="System.Void" />\r
1966         <method name="Add(System.String, System.String)" argnames="sourceTable, dataSetTable" returntype="System.Data.Common.DataTableMapping" />\r
1967         <method name="GetByDataSetTable(System.String)" argnames="dataSetTable" returntype="System.Data.Common.DataTableMapping" />\r
1968         <method name="IndexOfDataSetTable(System.String)" argnames="dataSetTable" returntype="System.Int32" />\r
1969         <method name="GetTableMappingBySchemaAction(System.Data.Common.DataTableMappingCollection, System.String, System.String, System.Data.MissingMappingAction)" argnames="tableMappings, sourceTable, dataSetTable, mappingAction" returntype="System.Data.Common.DataTableMapping" />\r
1970         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1971         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1972     </class>\r
1973     <class name="DbDataAdapter" namespace="System.Data.Common">\r
1974         <constructor name="DbDataAdapter" argnames="" />\r
1975         <field name="DefaultSourceTableName" />\r
1976         <property name="DeleteCommand" propertytype="System.Data.IDbCommand" />\r
1977         <property name="InsertCommand" propertytype="System.Data.IDbCommand" />\r
1978         <property name="SelectCommand" propertytype="System.Data.IDbCommand" />\r
1979         <property name="UpdateCommand" propertytype="System.Data.IDbCommand" />\r
1980         <property name="UpdateMappingAction" propertytype="System.Data.MissingMappingAction" />\r
1981         <property name="UpdateSchemaAction" propertytype="System.Data.MissingSchemaAction" />\r
1982         <property name="AcceptChangesDuringFill" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
1983         <property name="ContinueUpdateOnError" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
1984         <property name="MissingMappingAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingMappingAction" />\r
1985         <property name="MissingSchemaAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingSchemaAction" />\r
1986         <property name="TableMappings" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.Common.DataTableMappingCollection" />\r
1987         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
1988         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
1989         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
1990         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
1991         <method name="Update(System.Data.DataRow[], System.Data.Common.DataTableMapping)" argnames="dataRows, tableMapping" returntype="System.Int32" />\r
1992         <method name="OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)" argnames="value" returntype="System.Void" />\r
1993         <method name="OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)" argnames="value" returntype="System.Void" />\r
1994         <method name="OnFillError(System.Data.FillErrorEventArgs)" argnames="value" returntype="System.Void" />\r
1995         <method name="Fill(System.Data.DataTable, System.Data.IDataReader)" argnames="dataTable, dataReader" returntype="System.Int32" />\r
1996         <method name="Fill(System.Data.DataSet, System.String, System.Data.IDataReader, System.Int32, System.Int32)" argnames="dataSet, srcTable, dataReader, startRecord, maxRecords" returntype="System.Int32" />\r
1997         <method name="Fill(System.Data.DataTable, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, command, behavior" returntype="System.Int32" />\r
1998         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataSet, startRecord, maxRecords, srcTable, command, behavior" returntype="System.Int32" />\r
1999         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, schemaType, command, behavior" returntype="System.Data.DataTable" />\r
2000         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.Data.IDbCommand, System.String, System.Data.CommandBehavior)" argnames="dataSet, schemaType, command, srcTable, behavior" returntype="System.Data.DataTable[]" />\r
2001         <method name="CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatingEventArgs" />\r
2002         <method name="CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatedEventArgs" />\r
2003         <method name="Update(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
2004         <method name="GetFillParameters" argnames="" returntype="System.Data.IDataParameter[]" />\r
2005         <method name="Fill(System.Data.DataSet)" argnames="dataSet" returntype="System.Int32" />\r
2006         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType)" argnames="dataSet, schemaType" returntype="System.Data.DataTable[]" />\r
2007         <method name="CreateTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataTableMappingCollection" />\r
2008         <method name="CloneInternals" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataAdapter" />\r
2009         <method name="ShouldSerializeTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Boolean" />\r
2010         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2011         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
2012         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
2013         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2014         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2015         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2016         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2017         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2018         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2019         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
2020         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType)" argnames="dataTable, schemaType" returntype="System.Data.DataTable" />\r
2021         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.String)" argnames="dataSet, schemaType, srcTable" returntype="System.Data.DataTable[]" />\r
2022         <method name="Fill(System.Data.DataTable)" argnames="dataTable" returntype="System.Int32" />\r
2023         <method name="Fill(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" returntype="System.Int32" />\r
2024         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String)" argnames="dataSet, startRecord, maxRecords, srcTable" returntype="System.Int32" />\r
2025         <method name="Update(System.Data.DataRow[])" argnames="dataRows" returntype="System.Int32" />\r
2026         <method name="Update(System.Data.DataTable)" argnames="dataTable" returntype="System.Int32" />\r
2027         <method name="Update(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" returntype="System.Int32" />\r
2028         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2029         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2030         <event name="FillError" />\r
2031         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
2032     </class>\r
2033     <class name="DbDataRecord" namespace="System.Data.Common">\r
2034         <property name="FieldCount" propertytype="System.Int32" />\r
2035         <property name="Item" propertytype="System.Object" />\r
2036         <property name="Item" propertytype="System.Object" />\r
2037         <method name="IsDBNull(System.Int32)" argnames="i" returntype="System.Boolean" />\r
2038         <method name="GetData(System.Int32)" argnames="i" returntype="System.Data.IDataReader" />\r
2039         <method name="GetDateTime(System.Int32)" argnames="i" returntype="System.DateTime" />\r
2040         <method name="GetDecimal(System.Int32)" argnames="i" returntype="System.Decimal" />\r
2041         <method name="GetString(System.Int32)" argnames="i" returntype="System.String" />\r
2042         <method name="GetDouble(System.Int32)" argnames="i" returntype="System.Double" />\r
2043         <method name="GetFloat(System.Int32)" argnames="i" returntype="System.Single" />\r
2044         <method name="GetInt64(System.Int32)" argnames="i" returntype="System.Int64" />\r
2045         <method name="GetInt32(System.Int32)" argnames="i" returntype="System.Int32" />\r
2046         <method name="GetInt16(System.Int32)" argnames="i" returntype="System.Int16" />\r
2047         <method name="GetGuid(System.Int32)" argnames="i" returntype="System.Guid" />\r
2048         <method name="GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)" argnames="i, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2049         <method name="GetChar(System.Int32)" argnames="i" returntype="System.Char" />\r
2050         <method name="GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)" argnames="i, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2051         <method name="GetByte(System.Int32)" argnames="i" returntype="System.Byte" />\r
2052         <method name="GetBoolean(System.Int32)" argnames="i" returntype="System.Boolean" />\r
2053         <method name="GetOrdinal(System.String)" argnames="name" returntype="System.Int32" />\r
2054         <method name="GetValues(System.Object[])" argnames="values" returntype="System.Int32" />\r
2055         <method name="GetValue(System.Int32)" argnames="i" returntype="System.Object" />\r
2056         <method name="GetFieldType(System.Int32)" argnames="i" returntype="System.Type" />\r
2057         <method name="GetDataTypeName(System.Int32)" argnames="i" returntype="System.String" />\r
2058         <method name="GetName(System.Int32)" argnames="i" returntype="System.String" />\r
2059         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2060         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2061         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2062         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2063         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2064         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2065     </class>\r
2066     <class name="DbEnumerator" namespace="System.Data.Common">\r
2067         <constructor name="DbEnumerator(System.Data.IDataReader)" argnames="reader" />\r
2068         <constructor name="DbEnumerator(System.Data.IDataReader, System.Boolean)" argnames="reader, closeReader" />\r
2069         <property name="Current" propertytype="System.Object" />\r
2070         <method name="Reset" argnames="" returntype="System.Void" />\r
2071         <method name="MoveNext" argnames="" returntype="System.Boolean" />\r
2072         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2073         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2074         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2075         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2076         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2077         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2078     </class>\r
2079     <class name="RowUpdatedEventArgs" namespace="System.Data.Common">\r
2080         <constructor name="RowUpdatedEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" />\r
2081         <property name="Command" propertytype="System.Data.IDbCommand" />\r
2082         <property name="StatementType" propertytype="System.Data.StatementType" />\r
2083         <property name="Errors" propertytype="System.Exception" />\r
2084         <property name="RecordsAffected" propertytype="System.Int32" />\r
2085         <property name="Row" propertytype="System.Data.DataRow" />\r
2086         <property name="Status" propertytype="System.Data.UpdateStatus" />\r
2087         <property name="TableMapping" propertytype="System.Data.Common.DataTableMapping" />\r
2088         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2089         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2090         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2091         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2092         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2093         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2094     </class>\r
2095     <class name="RowUpdatingEventArgs" namespace="System.Data.Common">\r
2096         <constructor name="RowUpdatingEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" />\r
2097         <property name="Command" propertytype="System.Data.IDbCommand" />\r
2098         <property name="StatementType" propertytype="System.Data.StatementType" />\r
2099         <property name="Errors" propertytype="System.Exception" />\r
2100         <property name="Row" propertytype="System.Data.DataRow" />\r
2101         <property name="Status" propertytype="System.Data.UpdateStatus" />\r
2102         <property name="TableMapping" propertytype="System.Data.Common.DataTableMapping" />\r
2103         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2104         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2105         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2106         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2107         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2108         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2109     </class>\r
2110     <class name="DBDataPermission" namespace="System.Data.Common">\r
2111         <constructor name="DBDataPermission" argnames="" />\r
2112         <constructor name="DBDataPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
2113         <constructor name="DBDataPermission(System.Security.Permissions.PermissionState, System.Boolean)" argnames="state, allowBlankPassword" />\r
2114         <property name="AllowBlankPassword" propertytype="System.Boolean" />\r
2115         <method name="IsUnrestricted" argnames="" returntype="System.Boolean" />\r
2116         <method name="CreateInstance" argnames="" returntype="System.Data.Common.DBDataPermission" />\r
2117         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2118         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2119         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2120         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
2121         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
2122         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2123         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
2124         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
2125         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
2126         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
2127         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2128         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2129         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2130         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
2131         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2132         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2133     </class>\r
2134     <class name="DBDataPermissionAttribute" namespace="System.Data.Common">\r
2135         <constructor name="DBDataPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
2136         <property name="AllowBlankPassword" propertytype="System.Boolean" />\r
2137         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
2138         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
2139         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2140         <method name="CreatePermission" argnames="" inherited="System.Security.Permissions.SecurityAttribute" returntype="System.Security.IPermission" />\r
2141         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
2142         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2143         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2144         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
2145         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2146         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2147         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2148         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2149     </class>\r
2150     <class name="OleDbDataReader" namespace="System.Data.OleDb">\r
2151         <property name="Depth" propertytype="System.Int32" />\r
2152         <property name="FieldCount" propertytype="System.Int32" />\r
2153         <property name="IsClosed" propertytype="System.Boolean" />\r
2154         <property name="RecordsAffected" propertytype="System.Int32" />\r
2155         <property name="Item" propertytype="System.Object" />\r
2156         <property name="Item" propertytype="System.Object" />\r
2157         <method name="IsDBNull(System.Int32)" argnames="ordinal" returntype="System.Boolean" />\r
2158         <method name="GetDateTime(System.Int32)" argnames="ordinal" returntype="System.DateTime" />\r
2159         <method name="GetDecimal(System.Int32)" argnames="ordinal" returntype="System.Decimal" />\r
2160         <method name="GetString(System.Int32)" argnames="ordinal" returntype="System.String" />\r
2161         <method name="GetDouble(System.Int32)" argnames="ordinal" returntype="System.Double" />\r
2162         <method name="GetFloat(System.Int32)" argnames="ordinal" returntype="System.Single" />\r
2163         <method name="GetInt64(System.Int32)" argnames="ordinal" returntype="System.Int64" />\r
2164         <method name="GetInt32(System.Int32)" argnames="ordinal" returntype="System.Int32" />\r
2165         <method name="GetInt16(System.Int32)" argnames="ordinal" returntype="System.Int16" />\r
2166         <method name="GetGuid(System.Int32)" argnames="ordinal" returntype="System.Guid" />\r
2167         <method name="GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)" argnames="ordinal, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2168         <method name="GetChar(System.Int32)" argnames="ordinal" returntype="System.Char" />\r
2169         <method name="GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)" argnames="ordinal, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2170         <method name="GetByte(System.Int32)" argnames="ordinal" returntype="System.Byte" />\r
2171         <method name="GetBoolean(System.Int32)" argnames="ordinal" returntype="System.Boolean" />\r
2172         <method name="GetOrdinal(System.String)" argnames="name" returntype="System.Int32" />\r
2173         <method name="GetValues(System.Object[])" argnames="values" returntype="System.Int32" />\r
2174         <method name="GetValue(System.Int32)" argnames="ordinal" returntype="System.Object" />\r
2175         <method name="GetFieldType(System.Int32)" argnames="index" returntype="System.Type" />\r
2176         <method name="GetDataTypeName(System.Int32)" argnames="index" returntype="System.String" />\r
2177         <method name="GetName(System.Int32)" argnames="index" returntype="System.String" />\r
2178         <method name="GetSchemaTable" argnames="" returntype="System.Data.DataTable" />\r
2179         <method name="Read" argnames="" returntype="System.Boolean" />\r
2180         <method name="NextResult" argnames="" returntype="System.Boolean" />\r
2181         <method name="Close" argnames="" returntype="System.Void" />\r
2182         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2183         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2184         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2185         <method name="Finalize" argnames="" returntype="System.Void" />\r
2186         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2187         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2188         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2189         <method name="GetData(System.Int32)" argnames="ordinal" returntype="System.Data.OleDb.OleDbDataReader" />\r
2190         <method name="GetTimeSpan(System.Int32)" argnames="ordinal" returntype="System.TimeSpan" />\r
2191         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2192         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2193     </class>\r
2194     <class name="OleDbError" namespace="System.Data.OleDb">\r
2195         <property name="Message" propertytype="System.String" />\r
2196         <property name="NativeError" propertytype="System.Int32" />\r
2197         <property name="Source" propertytype="System.String" />\r
2198         <property name="SQLState" propertytype="System.String" />\r
2199         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2200         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2201         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2202         <method name="ToString" argnames="" returntype="System.String" />\r
2203         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2204         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2205     </class>\r
2206     <class name="OleDbErrorCollection" namespace="System.Data.OleDb">\r
2207         <property name="Count" propertytype="System.Int32" />\r
2208         <property name="Item" propertytype="System.Data.OleDb.OleDbError" />\r
2209         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2210         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
2211         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2212         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2213         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2214         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2215         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2216         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2217     </class>\r
2218     <class name="OleDbException" namespace="System.Data.OleDb">\r
2219         <property name="ErrorCode" propertytype="System.Int32" />\r
2220         <property name="Errors" propertytype="System.Data.OleDb.OleDbErrorCollection" />\r
2221         <property name="Message" propertytype="System.String" />\r
2222         <property name="Source" propertytype="System.String" />\r
2223         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
2224         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
2225         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
2226         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
2227         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
2228         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="si, context" returntype="System.Void" />\r
2229         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
2230         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2231         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2232         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2233         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
2234         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2235         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2236     </class>\r
2237     <class name="OleDbInfoMessageEventArgs" namespace="System.Data.OleDb">\r
2238         <property name="ErrorCode" propertytype="System.Int32" />\r
2239         <property name="Errors" propertytype="System.Data.OleDb.OleDbErrorCollection" />\r
2240         <property name="Message" propertytype="System.String" />\r
2241         <property name="Source" propertytype="System.String" />\r
2242         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2243         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2244         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2245         <method name="ToString" argnames="" returntype="System.String" />\r
2246         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2247         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2248     </class>\r
2249     <class name="OleDbParameterCollection" namespace="System.Data.OleDb">\r
2250         <property name="Count" propertytype="System.Int32" />\r
2251         <property name="ItemType" propertytype="System.Type" />\r
2252         <property name="Item" propertytype="System.Data.OleDb.OleDbParameter" />\r
2253         <property name="Item" propertytype="System.Data.OleDb.OleDbParameter" />\r
2254         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2255         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
2256         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
2257         <method name="Remove(System.Object)" argnames="value" returntype="System.Void" />\r
2258         <method name="Insert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
2259         <method name="IndexOf(System.Object)" argnames="value" returntype="System.Int32" />\r
2260         <method name="Clear" argnames="" returntype="System.Void" />\r
2261         <method name="Contains(System.Object)" argnames="value" returntype="System.Boolean" />\r
2262         <method name="Add(System.Object)" argnames="value" returntype="System.Int32" />\r
2263         <method name="RemoveAt(System.String)" argnames="parameterName" returntype="System.Void" />\r
2264         <method name="IndexOf(System.String)" argnames="parameterName" returntype="System.Int32" />\r
2265         <method name="Contains(System.String)" argnames="value" returntype="System.Boolean" />\r
2266         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2267         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2268         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2269         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2270         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2271         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2272         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2273         <method name="Add(System.Data.OleDb.OleDbParameter)" argnames="value" returntype="System.Data.OleDb.OleDbParameter" />\r
2274         <method name="Add(System.String, System.Object)" argnames="parameterName, value" returntype="System.Data.OleDb.OleDbParameter" />\r
2275         <method name="Add(System.String, System.Data.OleDb.OleDbType)" argnames="parameterName, oleDbType" returntype="System.Data.OleDb.OleDbParameter" />\r
2276         <method name="Add(System.String, System.Data.OleDb.OleDbType, System.Int32)" argnames="parameterName, oleDbType, size" returntype="System.Data.OleDb.OleDbParameter" />\r
2277         <method name="Add(System.String, System.Data.OleDb.OleDbType, System.Int32, System.String)" argnames="parameterName, oleDbType, size, sourceColumn" returntype="System.Data.OleDb.OleDbParameter" />\r
2278         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2279         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2280     </class>\r
2281     <class name="OleDbSchemaGuid" namespace="System.Data.OleDb">\r
2282         <constructor name="OleDbSchemaGuid" argnames="" />\r
2283         <field name="Tables_Info" />\r
2284         <field name="Trustee" />\r
2285         <field name="Assertions" />\r
2286         <field name="Catalogs" />\r
2287         <field name="Character_Sets" />\r
2288         <field name="Collations" />\r
2289         <field name="Columns" />\r
2290         <field name="Check_Constraints" />\r
2291         <field name="Constraint_Column_Usage" />\r
2292         <field name="Constraint_Table_Usage" />\r
2293         <field name="Key_Column_Usage" />\r
2294         <field name="Referential_Constraints" />\r
2295         <field name="Table_Constraints" />\r
2296         <field name="Column_Domain_Usage" />\r
2297         <field name="Indexes" />\r
2298         <field name="Column_Privileges" />\r
2299         <field name="Table_Privileges" />\r
2300         <field name="Usage_Privileges" />\r
2301         <field name="Procedures" />\r
2302         <field name="Schemata" />\r
2303         <field name="Sql_Languages" />\r
2304         <field name="Statistics" />\r
2305         <field name="Tables" />\r
2306         <field name="Translations" />\r
2307         <field name="Provider_Types" />\r
2308         <field name="Views" />\r
2309         <field name="View_Column_Usage" />\r
2310         <field name="View_Table_Usage" />\r
2311         <field name="Procedure_Parameters" />\r
2312         <field name="Foreign_Keys" />\r
2313         <field name="Primary_Keys" />\r
2314         <field name="Procedure_Columns" />\r
2315         <field name="Table_Statistics" />\r
2316         <field name="Check_Constraints_By_Table" />\r
2317         <field name="DbInfoLiterals" />\r
2318         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2319         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2320         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2321         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2322         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2323         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2324     </class>\r
2325     <class name="OleDbTransaction" namespace="System.Data.OleDb">\r
2326         <property name="Connection" propertytype="System.Data.OleDb.OleDbConnection" />\r
2327         <property name="IsolationLevel" propertytype="System.Data.IsolationLevel" />\r
2328         <method name="Rollback" argnames="" returntype="System.Void" />\r
2329         <method name="Commit" argnames="" returntype="System.Void" />\r
2330         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2331         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2332         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2333         <method name="Finalize" argnames="" returntype="System.Void" />\r
2334         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2335         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2336         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2337         <method name="Begin(System.Data.IsolationLevel)" argnames="isolevel" returntype="System.Data.OleDb.OleDbTransaction" />\r
2338         <method name="Begin" argnames="" returntype="System.Data.OleDb.OleDbTransaction" />\r
2339         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2340         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2341     </class>\r
2342     <class name="OleDbCommand" namespace="System.Data.OleDb">\r
2343         <constructor name="OleDbCommand" argnames="" />\r
2344         <constructor name="OleDbCommand(System.String)" argnames="cmdText" />\r
2345         <constructor name="OleDbCommand(System.String, System.Data.OleDb.OleDbConnection)" argnames="cmdText, connection" />\r
2346         <constructor name="OleDbCommand(System.String, System.Data.OleDb.OleDbConnection, System.Data.OleDb.OleDbTransaction)" argnames="cmdText, connection, transaction" />\r
2347         <property name="CommandText" propertytype="System.String" />\r
2348         <property name="CommandTimeout" propertytype="System.Int32" />\r
2349         <property name="CommandType" propertytype="System.Data.CommandType" />\r
2350         <property name="Connection" propertytype="System.Data.OleDb.OleDbConnection" />\r
2351         <property name="DesignTimeVisible" propertytype="System.Boolean" />\r
2352         <property name="IsClosed" propertytype="System.Boolean" />\r
2353         <property name="Parameters" propertytype="System.Data.OleDb.OleDbParameterCollection" />\r
2354         <property name="Transaction" propertytype="System.Data.OleDb.OleDbTransaction" />\r
2355         <property name="UpdatedRowSource" propertytype="System.Data.UpdateRowSource" />\r
2356         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
2357         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
2358         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
2359         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
2360         <method name="ExecuteScalar" argnames="" returntype="System.Object" />\r
2361         <method name="ExecuteNonQuery" argnames="" returntype="System.Int32" />\r
2362         <method name="Cancel" argnames="" returntype="System.Void" />\r
2363         <method name="Prepare" argnames="" returntype="System.Void" />\r
2364         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2365         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
2366         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
2367         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2368         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2369         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2370         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2371         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2372         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2373         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
2374         <method name="CreateParameter" argnames="" returntype="System.Data.OleDb.OleDbParameter" />\r
2375         <method name="ExecuteReader" argnames="" returntype="System.Data.OleDb.OleDbDataReader" />\r
2376         <method name="ExecuteReader(System.Data.CommandBehavior)" argnames="behavior" returntype="System.Data.OleDb.OleDbDataReader" />\r
2377         <method name="ResetCommandTimeout" argnames="" returntype="System.Void" />\r
2378         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2379         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2380         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
2381     </class>\r
2382     <class name="OleDbCommandBuilder" namespace="System.Data.OleDb">\r
2383         <constructor name="OleDbCommandBuilder" argnames="" />\r
2384         <constructor name="OleDbCommandBuilder(System.Data.OleDb.OleDbDataAdapter)" argnames="adapter" />\r
2385         <property name="DataAdapter" propertytype="System.Data.OleDb.OleDbDataAdapter" />\r
2386         <property name="QuotePrefix" propertytype="System.String" />\r
2387         <property name="QuoteSuffix" propertytype="System.String" />\r
2388         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
2389         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
2390         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
2391         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
2392         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2393         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
2394         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
2395         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2396         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2397         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2398         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2399         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2400         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2401         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
2402         <method name="GetInsertCommand" argnames="" returntype="System.Data.OleDb.OleDbCommand" />\r
2403         <method name="GetUpdateCommand" argnames="" returntype="System.Data.OleDb.OleDbCommand" />\r
2404         <method name="GetDeleteCommand" argnames="" returntype="System.Data.OleDb.OleDbCommand" />\r
2405         <method name="RefreshSchema" argnames="" returntype="System.Void" />\r
2406         <method name="DeriveParameters(System.Data.OleDb.OleDbCommand)" argnames="command" returntype="System.Void" />\r
2407         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2408         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2409         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
2410     </class>\r
2411     <class name="OleDbConnection" namespace="System.Data.OleDb">\r
2412         <constructor name="OleDbConnection" argnames="" />\r
2413         <constructor name="OleDbConnection(System.String)" argnames="connectionString" />\r
2414         <property name="ConnectionString" propertytype="System.String" />\r
2415         <property name="ConnectionTimeout" propertytype="System.Int32" />\r
2416         <property name="Database" propertytype="System.String" />\r
2417         <property name="DataSource" propertytype="System.String" />\r
2418         <property name="Provider" propertytype="System.String" />\r
2419         <property name="ServerVersion" propertytype="System.String" />\r
2420         <property name="State" propertytype="System.Data.ConnectionState" />\r
2421         <property name="StateInternal" propertytype="System.Data.ConnectionState" />\r
2422         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
2423         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
2424         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
2425         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
2426         <method name="Open" argnames="" returntype="System.Void" />\r
2427         <method name="ChangeDatabase(System.String)" argnames="value" returntype="System.Void" />\r
2428         <method name="Close" argnames="" returntype="System.Void" />\r
2429         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2430         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
2431         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
2432         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2433         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2434         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2435         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2436         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2437         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2438         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
2439         <method name="BeginTransaction(System.Data.IsolationLevel)" argnames="isolationLevel" returntype="System.Data.OleDb.OleDbTransaction" />\r
2440         <method name="BeginTransaction" argnames="" returntype="System.Data.OleDb.OleDbTransaction" />\r
2441         <method name="CreateCommand" argnames="" returntype="System.Data.OleDb.OleDbCommand" />\r
2442         <method name="GetOleDbSchemaTable(System.Guid, System.Object[])" argnames="schema, restrictions" returntype="System.Data.DataTable" />\r
2443         <method name="ReleaseObjectPool" argnames="" returntype="System.Void" />\r
2444         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2445         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2446         <event name="InfoMessage" />\r
2447         <event name="StateChange" />\r
2448         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
2449     </class>\r
2450     <class name="OleDbDataAdapter" namespace="System.Data.OleDb">\r
2451         <constructor name="OleDbDataAdapter" argnames="" />\r
2452         <constructor name="OleDbDataAdapter(System.Data.OleDb.OleDbCommand)" argnames="selectCommand" />\r
2453         <constructor name="OleDbDataAdapter(System.String, System.String)" argnames="selectCommandText, selectConnectionString" />\r
2454         <constructor name="OleDbDataAdapter(System.String, System.Data.OleDb.OleDbConnection)" argnames="selectCommandText, selectConnection" />\r
2455         <property name="DeleteCommand" propertytype="System.Data.OleDb.OleDbCommand" />\r
2456         <property name="InsertCommand" propertytype="System.Data.OleDb.OleDbCommand" />\r
2457         <property name="SelectCommand" propertytype="System.Data.OleDb.OleDbCommand" />\r
2458         <property name="UpdateCommand" propertytype="System.Data.OleDb.OleDbCommand" />\r
2459         <property name="AcceptChangesDuringFill" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
2460         <property name="ContinueUpdateOnError" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
2461         <property name="MissingMappingAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingMappingAction" />\r
2462         <property name="MissingSchemaAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingSchemaAction" />\r
2463         <property name="TableMappings" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.Common.DataTableMappingCollection" />\r
2464         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
2465         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
2466         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
2467         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
2468         <method name="Update(System.Data.DataRow[], System.Data.Common.DataTableMapping)" argnames="dataRows, tableMapping" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2469         <method name="OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)" argnames="value" returntype="System.Void" />\r
2470         <method name="OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)" argnames="value" returntype="System.Void" />\r
2471         <method name="OnFillError(System.Data.FillErrorEventArgs)" argnames="value" inherited="System.Data.Common.DbDataAdapter" returntype="System.Void" />\r
2472         <method name="Fill(System.Data.DataTable, System.Data.IDataReader)" argnames="dataTable, dataReader" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2473         <method name="Fill(System.Data.DataSet, System.String, System.Data.IDataReader, System.Int32, System.Int32)" argnames="dataSet, srcTable, dataReader, startRecord, maxRecords" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2474         <method name="Fill(System.Data.DataTable, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2475         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataSet, startRecord, maxRecords, srcTable, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2476         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, schemaType, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable" />\r
2477         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.Data.IDbCommand, System.String, System.Data.CommandBehavior)" argnames="dataSet, schemaType, command, srcTable, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
2478         <method name="CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatingEventArgs" />\r
2479         <method name="CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatedEventArgs" />\r
2480         <method name="Update(System.Data.DataSet)" argnames="dataSet" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2481         <method name="GetFillParameters" argnames="" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.IDataParameter[]" />\r
2482         <method name="Fill(System.Data.DataSet)" argnames="dataSet" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2483         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType)" argnames="dataSet, schemaType" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
2484         <method name="CreateTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataTableMappingCollection" />\r
2485         <method name="CloneInternals" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataAdapter" />\r
2486         <method name="ShouldSerializeTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Boolean" />\r
2487         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2488         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
2489         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.Data.Common.DbDataAdapter" returntype="System.Void" />\r
2490         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2491         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2492         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2493         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
2494         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2495         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2496         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
2497         <method name="Fill(System.Data.DataTable, System.Object)" argnames="dataTable, ADODBRecordSet" returntype="System.Int32" />\r
2498         <method name="Fill(System.Data.DataSet, System.Object, System.String)" argnames="dataSet, ADODBRecordSet, srcTable" returntype="System.Int32" />\r
2499         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType)" argnames="dataTable, schemaType" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable" />\r
2500         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.String)" argnames="dataSet, schemaType, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
2501         <method name="Fill(System.Data.DataTable)" argnames="dataTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2502         <method name="Fill(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2503         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String)" argnames="dataSet, startRecord, maxRecords, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2504         <method name="Update(System.Data.DataRow[])" argnames="dataRows" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2505         <method name="Update(System.Data.DataTable)" argnames="dataTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2506         <method name="Update(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
2507         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2508         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2509         <event name="RowUpdated" />\r
2510         <event name="RowUpdating" />\r
2511         <event name="FillError" inherited="System.Data.Common.DbDataAdapter" />\r
2512         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
2513     </class>\r
2514     <class name="OleDbParameter" namespace="System.Data.OleDb">\r
2515         <constructor name="OleDbParameter" argnames="" />\r
2516         <constructor name="OleDbParameter(System.String, System.Object)" argnames="name, value" />\r
2517         <constructor name="OleDbParameter(System.String, System.Data.OleDb.OleDbType)" argnames="name, dataType" />\r
2518         <constructor name="OleDbParameter(System.String, System.Data.OleDb.OleDbType, System.Int32)" argnames="name, dataType, size" />\r
2519         <constructor name="OleDbParameter(System.String, System.Data.OleDb.OleDbType, System.Int32, System.String)" argnames="name, dataType, size, srcColumn" />\r
2520         <constructor name="OleDbParameter(System.String, System.Data.OleDb.OleDbType, System.Int32, System.Data.ParameterDirection, System.Boolean, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Object)" argnames="parameterName, dbType, size, direction, isNullable, precision, scale, srcColumn, srcVersion, value" />\r
2521         <property name="DbType" propertytype="System.Data.DbType" />\r
2522         <property name="Direction" propertytype="System.Data.ParameterDirection" />\r
2523         <property name="IsNullable" propertytype="System.Boolean" />\r
2524         <property name="OleDbType" propertytype="System.Data.OleDb.OleDbType" />\r
2525         <property name="NativeDBType" propertytype="System.Data.OleDb.NativeDBType" />\r
2526         <property name="ParameterName" propertytype="System.String" />\r
2527         <property name="Parent" propertytype="System.Data.OleDb.OleDbParameterCollection" />\r
2528         <property name="Precision" propertytype="System.Byte" />\r
2529         <property name="Scale" propertytype="System.Byte" />\r
2530         <property name="Size" propertytype="System.Int32" />\r
2531         <property name="SourceColumn" propertytype="System.String" />\r
2532         <property name="SourceVersion" propertytype="System.Data.DataRowVersion" />\r
2533         <property name="Value" propertytype="System.Object" />\r
2534         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2535         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2536         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2537         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2538         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2539         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2540         <method name="ToString" argnames="" returntype="System.String" />\r
2541         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2542         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2543     </class>\r
2544     <class name="OleDbRowUpdatedEventArgs" namespace="System.Data.OleDb">\r
2545         <constructor name="OleDbRowUpdatedEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" />\r
2546         <property name="Command" propertytype="System.Data.OleDb.OleDbCommand" />\r
2547         <property name="Command" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.IDbCommand" />\r
2548         <property name="StatementType" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.StatementType" />\r
2549         <property name="Errors" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Exception" />\r
2550         <property name="RecordsAffected" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Int32" />\r
2551         <property name="Row" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.DataRow" />\r
2552         <property name="Status" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.UpdateStatus" />\r
2553         <property name="TableMapping" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.Common.DataTableMapping" />\r
2554         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2555         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2556         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2557         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2558         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2559         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2560     </class>\r
2561     <class name="OleDbRowUpdatingEventArgs" namespace="System.Data.OleDb">\r
2562         <constructor name="OleDbRowUpdatingEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" />\r
2563         <property name="Command" propertytype="System.Data.OleDb.OleDbCommand" />\r
2564         <property name="Command" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.IDbCommand" />\r
2565         <property name="StatementType" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.StatementType" />\r
2566         <property name="Errors" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Exception" />\r
2567         <property name="Row" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.DataRow" />\r
2568         <property name="Status" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.UpdateStatus" />\r
2569         <property name="TableMapping" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.Common.DataTableMapping" />\r
2570         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2571         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2572         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2573         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2574         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2575         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2576     </class>\r
2577     <class name="OleDbPermission" namespace="System.Data.OleDb">\r
2578         <constructor name="OleDbPermission" argnames="" />\r
2579         <constructor name="OleDbPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
2580         <constructor name="OleDbPermission(System.Security.Permissions.PermissionState, System.Boolean)" argnames="state, allowBlankPassword" />\r
2581         <property name="Provider" propertytype="System.String" />\r
2582         <property name="AllowBlankPassword" inherited="System.Data.Common.DBDataPermission" propertytype="System.Boolean" />\r
2583         <method name="IsUnrestricted" argnames="" inherited="System.Data.Common.DBDataPermission" returntype="System.Boolean" />\r
2584         <method name="CreateInstance" argnames="" returntype="System.Data.Common.DBDataPermission" />\r
2585         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2586         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2587         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2588         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
2589         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
2590         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
2591         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
2592         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
2593         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
2594         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
2595         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2596         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2597         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2598         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
2599         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2600         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2601     </class>\r
2602     <class name="OleDbPermissionAttribute" namespace="System.Data.OleDb">\r
2603         <constructor name="OleDbPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
2604         <property name="Provider" propertytype="System.String" />\r
2605         <property name="AllowBlankPassword" inherited="System.Data.Common.DBDataPermissionAttribute" propertytype="System.Boolean" />\r
2606         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
2607         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
2608         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2609         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
2610         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
2611         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2612         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2613         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
2614         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2615         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2616         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2617         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2618     </class>\r
2619     <delegate name="OleDbInfoMessageEventHandler" namespace="System.Data.OleDb">\r
2620         <constructor name="OleDbInfoMessageEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2621         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2622         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2623         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2624         <method name="BeginInvoke(System.Object, System.Data.OleDb.OleDbInfoMessageEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2625         <method name="Invoke(System.Object, System.Data.OleDb.OleDbInfoMessageEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2626         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2627         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2628         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2629         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2630         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2631         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2632         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2633         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2634         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2635         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2636         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2637         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2638         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2639         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2640     </delegate>\r
2641     <delegate name="OleDbRowUpdatedEventHandler" namespace="System.Data.OleDb">\r
2642         <constructor name="OleDbRowUpdatedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2643         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2644         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2645         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2646         <method name="BeginInvoke(System.Object, System.Data.OleDb.OleDbRowUpdatedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2647         <method name="Invoke(System.Object, System.Data.OleDb.OleDbRowUpdatedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2648         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2649         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2650         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2651         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2652         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2653         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2654         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2655         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2656         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2657         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2658         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2659         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2660         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2661         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2662     </delegate>\r
2663     <delegate name="OleDbRowUpdatingEventHandler" namespace="System.Data.OleDb">\r
2664         <constructor name="OleDbRowUpdatingEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2665         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2666         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2667         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2668         <method name="BeginInvoke(System.Object, System.Data.OleDb.OleDbRowUpdatingEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2669         <method name="Invoke(System.Object, System.Data.OleDb.OleDbRowUpdatingEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2670         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2671         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2672         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2673         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2674         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2675         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2676         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2677         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2678         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2679         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2680         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2681         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2682         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2683         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2684     </delegate>\r
2685     <enum name="OleDbLiteral" namespace="System.Data.OleDb">\r
2686         <field name="Invalid" />\r
2687         <field name="Binary_Literal" />\r
2688         <field name="Catalog_Name" />\r
2689         <field name="Catalog_Separator" />\r
2690         <field name="Char_Literal" />\r
2691         <field name="Column_Alias" />\r
2692         <field name="Column_Name" />\r
2693         <field name="Correlation_Name" />\r
2694         <field name="Cursor_Name" />\r
2695         <field name="Escape_Percent_Prefix" />\r
2696         <field name="Escape_Underscore_Prefix" />\r
2697         <field name="Index_Name" />\r
2698         <field name="Like_Percent" />\r
2699         <field name="Like_Underscore" />\r
2700         <field name="Procedure_Name" />\r
2701         <field name="Quote_Prefix" />\r
2702         <field name="Schema_Name" />\r
2703         <field name="Table_Name" />\r
2704         <field name="Text_Command" />\r
2705         <field name="User_Name" />\r
2706         <field name="View_Name" />\r
2707         <field name="Cube_Name" />\r
2708         <field name="Dimension_Name" />\r
2709         <field name="Hierarchy_Name" />\r
2710         <field name="Level_Name" />\r
2711         <field name="Member_Name" />\r
2712         <field name="Property_Name" />\r
2713         <field name="Schema_Separator" />\r
2714         <field name="Quote_Suffix" />\r
2715         <field name="Escape_Percent_Suffix" />\r
2716         <field name="Escape_Underscore_Suffix" />\r
2717         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2718         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2719         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2720         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2721         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2722         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2723         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2724         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2725         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2726         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2727         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2728     </enum>\r
2729     <enum name="OleDbType" namespace="System.Data.OleDb">\r
2730         <field name="BigInt" />\r
2731         <field name="Binary" />\r
2732         <field name="Boolean" />\r
2733         <field name="BSTR" />\r
2734         <field name="Char" />\r
2735         <field name="Currency" />\r
2736         <field name="Date" />\r
2737         <field name="DBDate" />\r
2738         <field name="DBTime" />\r
2739         <field name="DBTimeStamp" />\r
2740         <field name="Decimal" />\r
2741         <field name="Double" />\r
2742         <field name="Empty" />\r
2743         <field name="Error" />\r
2744         <field name="Filetime" />\r
2745         <field name="Guid" />\r
2746         <field name="IDispatch" />\r
2747         <field name="Integer" />\r
2748         <field name="IUnknown" />\r
2749         <field name="LongVarBinary" />\r
2750         <field name="LongVarChar" />\r
2751         <field name="LongVarWChar" />\r
2752         <field name="Numeric" />\r
2753         <field name="PropVariant" />\r
2754         <field name="Single" />\r
2755         <field name="SmallInt" />\r
2756         <field name="TinyInt" />\r
2757         <field name="UnsignedBigInt" />\r
2758         <field name="UnsignedInt" />\r
2759         <field name="UnsignedSmallInt" />\r
2760         <field name="UnsignedTinyInt" />\r
2761         <field name="VarBinary" />\r
2762         <field name="VarChar" />\r
2763         <field name="Variant" />\r
2764         <field name="VarNumeric" />\r
2765         <field name="VarWChar" />\r
2766         <field name="WChar" />\r
2767         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2768         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2769         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2770         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2771         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2772         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2773         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2774         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2775         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2776         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2777         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2778     </enum>\r
2779     <class name="Counter" namespace="System.Data.SqlClient">\r
2780         <constructor name="Counter" argnames="" />\r
2781         <property name="Value" propertytype="System.Int64" />\r
2782         <property name="IsQueued" propertytype="System.Boolean" />\r
2783         <property name="IsInError" propertytype="System.Boolean" />\r
2784         <property name="WaitCount" propertytype="System.Int32" />\r
2785         <property name="FreeCount" propertytype="System.Int32" />\r
2786         <property name="TotalCount" propertytype="System.Int32" />\r
2787         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2788         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2789         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2790         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2791         <method name="Modify(System.Int64)" argnames="add" returntype="System.Void" />\r
2792         <method name="TryUpdate(System.Int64, System.Data.SqlClient.ConnectionPool.Counter)" argnames="newval, clone" returntype="System.Boolean" />\r
2793         <method name="Clone" argnames="" returntype="System.Data.SqlClient.ConnectionPool+Counter" />\r
2794         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2795         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2796     </class>\r
2797     <class name="SqlDataReader" namespace="System.Data.SqlClient">\r
2798         <property name="Depth" propertytype="System.Int32" />\r
2799         <property name="FieldCount" propertytype="System.Int32" />\r
2800         <property name="Item" propertytype="System.Object" />\r
2801         <property name="Item" propertytype="System.Object" />\r
2802         <property name="HasMoreRows" propertytype="System.Boolean" />\r
2803         <property name="HasMoreResults" propertytype="System.Boolean" />\r
2804         <property name="IsClosed" propertytype="System.Boolean" />\r
2805         <property name="RecordsAffected" propertytype="System.Int32" />\r
2806         <property name="BrowseModeInfoConsumed" propertytype="System.Boolean" />\r
2807         <property name="MetaData" propertytype="System.Data.SqlClient._SqlMetaData[]" />\r
2808         <property name="TableNames" propertytype="System.String[]" />\r
2809         <property name="TableNamesShilohSP1" propertytype="System.String[][]" />\r
2810         <property name="SetOptionsOFF" propertytype="System.String" />\r
2811         <property name="Behavior" propertytype="System.Data.CommandBehavior" />\r
2812         <method name="IsDBNull(System.Int32)" argnames="i" returntype="System.Boolean" />\r
2813         <method name="GetData(System.Int32)" argnames="i" returntype="System.Data.IDataReader" />\r
2814         <method name="GetDateTime(System.Int32)" argnames="i" returntype="System.DateTime" />\r
2815         <method name="GetDecimal(System.Int32)" argnames="i" returntype="System.Decimal" />\r
2816         <method name="GetString(System.Int32)" argnames="i" returntype="System.String" />\r
2817         <method name="GetDouble(System.Int32)" argnames="i" returntype="System.Double" />\r
2818         <method name="GetFloat(System.Int32)" argnames="i" returntype="System.Single" />\r
2819         <method name="GetInt64(System.Int32)" argnames="i" returntype="System.Int64" />\r
2820         <method name="GetInt32(System.Int32)" argnames="i" returntype="System.Int32" />\r
2821         <method name="GetInt16(System.Int32)" argnames="i" returntype="System.Int16" />\r
2822         <method name="GetGuid(System.Int32)" argnames="i" returntype="System.Guid" />\r
2823         <method name="GetChars(System.Int32, System.Int64, System.Char[], System.Int32, System.Int32)" argnames="i, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2824         <method name="GetChar(System.Int32)" argnames="i" returntype="System.Char" />\r
2825         <method name="GetBytes(System.Int32, System.Int64, System.Byte[], System.Int32, System.Int32)" argnames="i, dataIndex, buffer, bufferIndex, length" returntype="System.Int64" />\r
2826         <method name="GetByte(System.Int32)" argnames="i" returntype="System.Byte" />\r
2827         <method name="GetBoolean(System.Int32)" argnames="i" returntype="System.Boolean" />\r
2828         <method name="GetOrdinal(System.String)" argnames="name" returntype="System.Int32" />\r
2829         <method name="GetValues(System.Object[])" argnames="values" returntype="System.Int32" />\r
2830         <method name="GetValue(System.Int32)" argnames="i" returntype="System.Object" />\r
2831         <method name="GetFieldType(System.Int32)" argnames="i" returntype="System.Type" />\r
2832         <method name="GetDataTypeName(System.Int32)" argnames="i" returntype="System.String" />\r
2833         <method name="GetName(System.Int32)" argnames="i" returntype="System.String" />\r
2834         <method name="GetSchemaTable" argnames="" returntype="System.Data.DataTable" />\r
2835         <method name="Read" argnames="" returntype="System.Boolean" />\r
2836         <method name="NextResult" argnames="" returntype="System.Boolean" />\r
2837         <method name="Close" argnames="" returntype="System.Void" />\r
2838         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2839         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2840         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2841         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2842         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2843         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2844         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2845         <method name="GetSqlBoolean(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlBoolean" />\r
2846         <method name="GetSqlBinary(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlBinary" />\r
2847         <method name="GetSqlByte(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlByte" />\r
2848         <method name="GetSqlInt16(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlInt16" />\r
2849         <method name="GetSqlInt32(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlInt32" />\r
2850         <method name="GetSqlInt64(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlInt64" />\r
2851         <method name="GetSqlSingle(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlSingle" />\r
2852         <method name="GetSqlDouble(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlDouble" />\r
2853         <method name="GetSqlString(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlString" />\r
2854         <method name="GetSqlMoney(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlMoney" />\r
2855         <method name="GetSqlDecimal(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlDecimal" />\r
2856         <method name="GetSqlDateTime(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlDateTime" />\r
2857         <method name="GetSqlGuid(System.Int32)" argnames="i" returntype="System.Data.SqlTypes.SqlGuid" />\r
2858         <method name="GetSqlValue(System.Int32)" argnames="i" returntype="System.Object" />\r
2859         <method name="GetSqlValues(System.Object[])" argnames="values" returntype="System.Int32" />\r
2860         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2861         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2862     </class>\r
2863     <class name="SqlError" namespace="System.Data.SqlClient">\r
2864         <property name="Source" propertytype="System.String" />\r
2865         <property name="Number" propertytype="System.Int32" />\r
2866         <property name="State" propertytype="System.Byte" />\r
2867         <property name="Class" propertytype="System.Byte" />\r
2868         <property name="Server" propertytype="System.String" />\r
2869         <property name="Message" propertytype="System.String" />\r
2870         <property name="Procedure" propertytype="System.String" />\r
2871         <property name="LineNumber" propertytype="System.Int32" />\r
2872         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2873         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2874         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2875         <method name="ToString" argnames="" returntype="System.String" />\r
2876         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2877         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2878     </class>\r
2879     <class name="SqlErrorCollection" namespace="System.Data.SqlClient">\r
2880         <property name="Count" propertytype="System.Int32" />\r
2881         <property name="Item" propertytype="System.Data.SqlClient.SqlError" />\r
2882         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2883         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
2884         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2885         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2886         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2887         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2888         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2889         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2890     </class>\r
2891     <class name="SqlException" namespace="System.Data.SqlClient">\r
2892         <property name="Errors" propertytype="System.Data.SqlClient.SqlErrorCollection" />\r
2893         <property name="Class" propertytype="System.Byte" />\r
2894         <property name="LineNumber" propertytype="System.Int32" />\r
2895         <property name="Message" propertytype="System.String" />\r
2896         <property name="Number" propertytype="System.Int32" />\r
2897         <property name="Procedure" propertytype="System.String" />\r
2898         <property name="Server" propertytype="System.String" />\r
2899         <property name="State" propertytype="System.Byte" />\r
2900         <property name="Source" propertytype="System.String" />\r
2901         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
2902         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
2903         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
2904         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
2905         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
2906         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="si, context" returntype="System.Void" />\r
2907         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
2908         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2909         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2910         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2911         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
2912         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2913         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2914     </class>\r
2915     <class name="SqlInfoMessageEventArgs" namespace="System.Data.SqlClient">\r
2916         <property name="Errors" propertytype="System.Data.SqlClient.SqlErrorCollection" />\r
2917         <property name="Message" propertytype="System.String" />\r
2918         <property name="Source" propertytype="System.String" />\r
2919         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2920         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2921         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2922         <method name="ToString" argnames="" returntype="System.String" />\r
2923         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2924         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2925     </class>\r
2926     <class name="SqlParameterCollection" namespace="System.Data.SqlClient">\r
2927         <property name="Count" propertytype="System.Int32" />\r
2928         <property name="ItemType" propertytype="System.Type" />\r
2929         <property name="Item" propertytype="System.Data.SqlClient.SqlParameter" />\r
2930         <property name="Item" propertytype="System.Data.SqlClient.SqlParameter" />\r
2931         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2932         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
2933         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
2934         <method name="Remove(System.Object)" argnames="value" returntype="System.Void" />\r
2935         <method name="Insert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
2936         <method name="IndexOf(System.Object)" argnames="value" returntype="System.Int32" />\r
2937         <method name="Clear" argnames="" returntype="System.Void" />\r
2938         <method name="Contains(System.Object)" argnames="value" returntype="System.Boolean" />\r
2939         <method name="Add(System.Object)" argnames="value" returntype="System.Int32" />\r
2940         <method name="RemoveAt(System.String)" argnames="parameterName" returntype="System.Void" />\r
2941         <method name="IndexOf(System.String)" argnames="parameterName" returntype="System.Int32" />\r
2942         <method name="Contains(System.String)" argnames="value" returntype="System.Boolean" />\r
2943         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2944         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2945         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2946         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2947         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2948         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2949         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2950         <method name="Add(System.Data.SqlClient.SqlParameter)" argnames="value" returntype="System.Data.SqlClient.SqlParameter" />\r
2951         <method name="Add(System.String, System.Object)" argnames="parameterName, value" returntype="System.Data.SqlClient.SqlParameter" />\r
2952         <method name="Add(System.String, System.Data.SqlDbType)" argnames="parameterName, sqlDbType" returntype="System.Data.SqlClient.SqlParameter" />\r
2953         <method name="Add(System.String, System.Data.SqlDbType, System.Int32)" argnames="parameterName, sqlDbType, size" returntype="System.Data.SqlClient.SqlParameter" />\r
2954         <method name="Add(System.String, System.Data.SqlDbType, System.Int32, System.String)" argnames="parameterName, sqlDbType, size, sourceColumn" returntype="System.Data.SqlClient.SqlParameter" />\r
2955         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2956         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2957     </class>\r
2958     <class name="SqlTransaction" namespace="System.Data.SqlClient">\r
2959         <property name="Connection" propertytype="System.Data.SqlClient.SqlConnection" />\r
2960         <property name="IsolationLevel" propertytype="System.Data.IsolationLevel" />\r
2961         <method name="Dispose" argnames="" returntype="System.Void" />\r
2962         <method name="Rollback" argnames="" returntype="System.Void" />\r
2963         <method name="Commit" argnames="" returntype="System.Void" />\r
2964         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
2965         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2966         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
2967         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2968         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2969         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2970         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2971         <method name="Rollback(System.String)" argnames="transactionName" returntype="System.Void" />\r
2972         <method name="Save(System.String)" argnames="savePointName" returntype="System.Void" />\r
2973         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2974         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2975     </class>\r
2976     <class name="SqlCommand" namespace="System.Data.SqlClient">\r
2977         <constructor name="SqlCommand" argnames="" />\r
2978         <constructor name="SqlCommand(System.String)" argnames="cmdText" />\r
2979         <constructor name="SqlCommand(System.String, System.Data.SqlClient.SqlConnection)" argnames="cmdText, connection" />\r
2980         <constructor name="SqlCommand(System.String, System.Data.SqlClient.SqlConnection, System.Data.SqlClient.SqlTransaction)" argnames="cmdText, connection, transaction" />\r
2981         <property name="Connection" propertytype="System.Data.SqlClient.SqlConnection" />\r
2982         <property name="Transaction" propertytype="System.Data.SqlClient.SqlTransaction" />\r
2983         <property name="CommandText" propertytype="System.String" />\r
2984         <property name="CommandType" propertytype="System.Data.CommandType" />\r
2985         <property name="CommandTimeout" propertytype="System.Int32" />\r
2986         <property name="DesignTimeVisible" propertytype="System.Boolean" />\r
2987         <property name="Parameters" propertytype="System.Data.SqlClient.SqlParameterCollection" />\r
2988         <property name="UpdatedRowSource" propertytype="System.Data.UpdateRowSource" />\r
2989         <property name="MetaData" propertytype="System.Data.SqlClient._SqlMetaData[]" />\r
2990         <property name="IsPrepared" propertytype="System.Boolean" />\r
2991         <property name="IsDirty" propertytype="System.Boolean" />\r
2992         <property name="RecordsAffected" propertytype="System.Int32" />\r
2993         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
2994         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
2995         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
2996         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
2997         <method name="ExecuteScalar" argnames="" returntype="System.Object" />\r
2998         <method name="ExecuteNonQuery" argnames="" returntype="System.Int32" />\r
2999         <method name="Cancel" argnames="" returntype="System.Void" />\r
3000         <method name="Prepare" argnames="" returntype="System.Void" />\r
3001         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3002         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
3003         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3004         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
3005         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3006         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3007         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3008         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3009         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3010         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
3011         <method name="ResetCommandTimeout" argnames="" returntype="System.Void" />\r
3012         <method name="CreateParameter" argnames="" returntype="System.Data.SqlClient.SqlParameter" />\r
3013         <method name="ExecuteXmlReader" argnames="" returntype="System.Xml.XmlReader" />\r
3014         <method name="ExecuteReader" argnames="" returntype="System.Data.SqlClient.SqlDataReader" />\r
3015         <method name="ExecuteReader(System.Data.CommandBehavior)" argnames="behavior" returntype="System.Data.SqlClient.SqlDataReader" />\r
3016         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3017         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3018         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
3019     </class>\r
3020     <class name="SqlCommandBuilder" namespace="System.Data.SqlClient">\r
3021         <constructor name="SqlCommandBuilder" argnames="" />\r
3022         <constructor name="SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter)" argnames="adapter" />\r
3023         <property name="DataAdapter" propertytype="System.Data.SqlClient.SqlDataAdapter" />\r
3024         <property name="QuotePrefix" propertytype="System.String" />\r
3025         <property name="QuoteSuffix" propertytype="System.String" />\r
3026         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
3027         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
3028         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
3029         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
3030         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3031         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
3032         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
3033         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
3034         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3035         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3036         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3037         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3038         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3039         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
3040         <method name="DeriveParameters(System.Data.SqlClient.SqlCommand)" argnames="command" returntype="System.Void" />\r
3041         <method name="GetInsertCommand" argnames="" returntype="System.Data.SqlClient.SqlCommand" />\r
3042         <method name="GetUpdateCommand" argnames="" returntype="System.Data.SqlClient.SqlCommand" />\r
3043         <method name="GetDeleteCommand" argnames="" returntype="System.Data.SqlClient.SqlCommand" />\r
3044         <method name="RefreshSchema" argnames="" returntype="System.Void" />\r
3045         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3046         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3047         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
3048     </class>\r
3049     <class name="SqlDataAdapter" namespace="System.Data.SqlClient">\r
3050         <constructor name="SqlDataAdapter" argnames="" />\r
3051         <constructor name="SqlDataAdapter(System.Data.SqlClient.SqlCommand)" argnames="selectCommand" />\r
3052         <constructor name="SqlDataAdapter(System.String, System.String)" argnames="selectCommandText, selectConnectionString" />\r
3053         <constructor name="SqlDataAdapter(System.String, System.Data.SqlClient.SqlConnection)" argnames="selectCommandText, selectConnection" />\r
3054         <property name="DeleteCommand" propertytype="System.Data.SqlClient.SqlCommand" />\r
3055         <property name="InsertCommand" propertytype="System.Data.SqlClient.SqlCommand" />\r
3056         <property name="SelectCommand" propertytype="System.Data.SqlClient.SqlCommand" />\r
3057         <property name="UpdateCommand" propertytype="System.Data.SqlClient.SqlCommand" />\r
3058         <property name="AcceptChangesDuringFill" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
3059         <property name="ContinueUpdateOnError" inherited="System.Data.Common.DataAdapter" propertytype="System.Boolean" />\r
3060         <property name="MissingMappingAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingMappingAction" />\r
3061         <property name="MissingSchemaAction" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.MissingSchemaAction" />\r
3062         <property name="TableMappings" inherited="System.Data.Common.DataAdapter" propertytype="System.Data.Common.DataTableMappingCollection" />\r
3063         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
3064         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
3065         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
3066         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
3067         <method name="Update(System.Data.DataRow[], System.Data.Common.DataTableMapping)" argnames="dataRows, tableMapping" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3068         <method name="OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)" argnames="value" returntype="System.Void" />\r
3069         <method name="OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)" argnames="value" returntype="System.Void" />\r
3070         <method name="OnFillError(System.Data.FillErrorEventArgs)" argnames="value" inherited="System.Data.Common.DbDataAdapter" returntype="System.Void" />\r
3071         <method name="Fill(System.Data.DataTable, System.Data.IDataReader)" argnames="dataTable, dataReader" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3072         <method name="Fill(System.Data.DataSet, System.String, System.Data.IDataReader, System.Int32, System.Int32)" argnames="dataSet, srcTable, dataReader, startRecord, maxRecords" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3073         <method name="Fill(System.Data.DataTable, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3074         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataSet, startRecord, maxRecords, srcTable, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3075         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDbCommand, System.Data.CommandBehavior)" argnames="dataTable, schemaType, command, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable" />\r
3076         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.Data.IDbCommand, System.String, System.Data.CommandBehavior)" argnames="dataSet, schemaType, command, srcTable, behavior" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
3077         <method name="CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatingEventArgs" />\r
3078         <method name="CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="dataRow, command, statementType, tableMapping" returntype="System.Data.Common.RowUpdatedEventArgs" />\r
3079         <method name="Update(System.Data.DataSet)" argnames="dataSet" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3080         <method name="GetFillParameters" argnames="" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.IDataParameter[]" />\r
3081         <method name="Fill(System.Data.DataSet)" argnames="dataSet" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3082         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType)" argnames="dataSet, schemaType" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
3083         <method name="CreateTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataTableMappingCollection" />\r
3084         <method name="CloneInternals" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Data.Common.DataAdapter" />\r
3085         <method name="ShouldSerializeTableMappings" argnames="" inherited="System.Data.Common.DataAdapter" returntype="System.Boolean" />\r
3086         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3087         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
3088         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.Data.Common.DbDataAdapter" returntype="System.Void" />\r
3089         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
3090         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3091         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3092         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3093         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3094         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3095         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
3096         <method name="FillSchema(System.Data.DataTable, System.Data.SchemaType)" argnames="dataTable, schemaType" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable" />\r
3097         <method name="FillSchema(System.Data.DataSet, System.Data.SchemaType, System.String)" argnames="dataSet, schemaType, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Data.DataTable[]" />\r
3098         <method name="Fill(System.Data.DataTable)" argnames="dataTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3099         <method name="Fill(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3100         <method name="Fill(System.Data.DataSet, System.Int32, System.Int32, System.String)" argnames="dataSet, startRecord, maxRecords, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3101         <method name="Update(System.Data.DataRow[])" argnames="dataRows" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3102         <method name="Update(System.Data.DataTable)" argnames="dataTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3103         <method name="Update(System.Data.DataSet, System.String)" argnames="dataSet, srcTable" inherited="System.Data.Common.DbDataAdapter" returntype="System.Int32" />\r
3104         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3105         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3106         <event name="RowUpdated" />\r
3107         <event name="RowUpdating" />\r
3108         <event name="FillError" inherited="System.Data.Common.DbDataAdapter" />\r
3109         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
3110     </class>\r
3111     <class name="SqlParameter" namespace="System.Data.SqlClient">\r
3112         <constructor name="SqlParameter" argnames="" />\r
3113         <constructor name="SqlParameter(System.String, System.Object)" argnames="parameterName, value" />\r
3114         <constructor name="SqlParameter(System.String, System.Data.SqlDbType)" argnames="parameterName, dbType" />\r
3115         <constructor name="SqlParameter(System.String, System.Data.SqlDbType, System.Int32)" argnames="parameterName, dbType, size" />\r
3116         <constructor name="SqlParameter(System.String, System.Data.SqlDbType, System.Int32, System.String)" argnames="parameterName, dbType, size, sourceColumn" />\r
3117         <constructor name="SqlParameter(System.String, System.Data.SqlDbType, System.Int32, System.Data.ParameterDirection, System.Boolean, System.Byte, System.Byte, System.String, System.Data.DataRowVersion, System.Object)" argnames="parameterName, dbType, size, direction, isNullable, precision, scale, sourceColumn, sourceVersion, value" />\r
3118         <property name="DbType" propertytype="System.Data.DbType" />\r
3119         <property name="SqlDbType" propertytype="System.Data.SqlDbType" />\r
3120         <property name="Direction" propertytype="System.Data.ParameterDirection" />\r
3121         <property name="IsNullable" propertytype="System.Boolean" />\r
3122         <property name="Offset" propertytype="System.Int32" />\r
3123         <property name="ParameterName" propertytype="System.String" />\r
3124         <property name="Parent" propertytype="System.Data.SqlClient.SqlParameterCollection" />\r
3125         <property name="Precision" propertytype="System.Byte" />\r
3126         <property name="Scale" propertytype="System.Byte" />\r
3127         <property name="Size" propertytype="System.Int32" />\r
3128         <property name="SourceColumn" propertytype="System.String" />\r
3129         <property name="SourceVersion" propertytype="System.Data.DataRowVersion" />\r
3130         <property name="Value" propertytype="System.Object" />\r
3131         <property name="TdsType" propertytype="System.Byte" />\r
3132         <property name="Collation" propertytype="System.Data.SqlClient.SqlCollation" />\r
3133         <property name="ActualSize" propertytype="System.Int32" />\r
3134         <property name="Suppress" propertytype="System.Boolean" />\r
3135         <property name="CoercedValue" propertytype="System.Object" />\r
3136         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
3137         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3138         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3139         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3140         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3141         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3142         <method name="ToString" argnames="" returntype="System.String" />\r
3143         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3144         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3145     </class>\r
3146     <class name="SqlRowUpdatedEventArgs" namespace="System.Data.SqlClient">\r
3147         <constructor name="SqlRowUpdatedEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="row, command, statementType, tableMapping" />\r
3148         <property name="Command" propertytype="System.Data.SqlClient.SqlCommand" />\r
3149         <property name="Command" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.IDbCommand" />\r
3150         <property name="StatementType" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.StatementType" />\r
3151         <property name="Errors" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Exception" />\r
3152         <property name="RecordsAffected" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Int32" />\r
3153         <property name="Row" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.DataRow" />\r
3154         <property name="Status" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.UpdateStatus" />\r
3155         <property name="TableMapping" inherited="System.Data.Common.RowUpdatedEventArgs" propertytype="System.Data.Common.DataTableMapping" />\r
3156         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3157         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3158         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3159         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3160         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3161         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3162     </class>\r
3163     <class name="SqlRowUpdatingEventArgs" namespace="System.Data.SqlClient">\r
3164         <constructor name="SqlRowUpdatingEventArgs(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)" argnames="row, command, statementType, tableMapping" />\r
3165         <property name="Command" propertytype="System.Data.SqlClient.SqlCommand" />\r
3166         <property name="Command" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.IDbCommand" />\r
3167         <property name="StatementType" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.StatementType" />\r
3168         <property name="Errors" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Exception" />\r
3169         <property name="Row" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.DataRow" />\r
3170         <property name="Status" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.UpdateStatus" />\r
3171         <property name="TableMapping" inherited="System.Data.Common.RowUpdatingEventArgs" propertytype="System.Data.Common.DataTableMapping" />\r
3172         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3173         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3174         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3175         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3176         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3177         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3178     </class>\r
3179     <class name="SqlClientPermission" namespace="System.Data.SqlClient">\r
3180         <constructor name="SqlClientPermission" argnames="" />\r
3181         <constructor name="SqlClientPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
3182         <constructor name="SqlClientPermission(System.Security.Permissions.PermissionState, System.Boolean)" argnames="state, allowBlankPassword" />\r
3183         <property name="AllowBlankPassword" inherited="System.Data.Common.DBDataPermission" propertytype="System.Boolean" />\r
3184         <method name="IsUnrestricted" argnames="" inherited="System.Data.Common.DBDataPermission" returntype="System.Boolean" />\r
3185         <method name="CreateInstance" argnames="" returntype="System.Data.Common.DBDataPermission" />\r
3186         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
3187         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
3188         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
3189         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" inherited="System.Data.Common.DBDataPermission" returntype="System.Void" />\r
3190         <method name="ToXml" argnames="" inherited="System.Data.Common.DBDataPermission" returntype="System.Security.SecurityElement" />\r
3191         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
3192         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" inherited="System.Data.Common.DBDataPermission" returntype="System.Boolean" />\r
3193         <method name="Union(System.Security.IPermission)" argnames="target" inherited="System.Data.Common.DBDataPermission" returntype="System.Security.IPermission" />\r
3194         <method name="Intersect(System.Security.IPermission)" argnames="target" inherited="System.Data.Common.DBDataPermission" returntype="System.Security.IPermission" />\r
3195         <method name="Copy" argnames="" inherited="System.Data.Common.DBDataPermission" returntype="System.Security.IPermission" />\r
3196         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3197         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3198         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3199         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
3200         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3201         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3202     </class>\r
3203     <class name="SqlClientPermissionAttribute" namespace="System.Data.SqlClient">\r
3204         <constructor name="SqlClientPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
3205         <property name="AllowBlankPassword" inherited="System.Data.Common.DBDataPermissionAttribute" propertytype="System.Boolean" />\r
3206         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
3207         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
3208         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
3209         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
3210         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
3211         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
3212         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3213         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
3214         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
3215         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3216         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3217         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3218     </class>\r
3219     <class name="SqlConnection" namespace="System.Data.SqlClient">\r
3220         <constructor name="SqlConnection" argnames="" />\r
3221         <constructor name="SqlConnection(System.String)" argnames="connectionString" />\r
3222         <property name="ConnectionString" propertytype="System.String" />\r
3223         <property name="ConnectionTimeout" propertytype="System.Int32" />\r
3224         <property name="Database" propertytype="System.String" />\r
3225         <property name="DataSource" propertytype="System.String" />\r
3226         <property name="PacketSize" propertytype="System.Int32" />\r
3227         <property name="WorkstationId" propertytype="System.String" />\r
3228         <property name="ServerVersion" propertytype="System.String" />\r
3229         <property name="State" propertytype="System.Data.ConnectionState" />\r
3230         <property name="IsClosing" propertytype="System.Boolean" />\r
3231         <property name="IsShiloh" propertytype="System.Boolean" />\r
3232         <property name="LocalTransaction" propertytype="System.Data.SqlClient.SqlTransaction" />\r
3233         <property name="Parser" propertytype="System.Data.SqlClient.TdsParser" />\r
3234         <property name="Reader" propertytype="System.Data.SqlClient.SqlDataReader" />\r
3235         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
3236         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
3237         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
3238         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
3239         <method name="Open" argnames="" returntype="System.Void" />\r
3240         <method name="ChangeDatabase(System.String)" argnames="database" returntype="System.Void" />\r
3241         <method name="Close" argnames="" returntype="System.Void" />\r
3242         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3243         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
3244         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
3245         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
3246         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3247         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
3248         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
3249         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3250         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3251         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
3252         <method name="BeginTransaction" argnames="" returntype="System.Data.SqlClient.SqlTransaction" />\r
3253         <method name="BeginTransaction(System.Data.IsolationLevel)" argnames="iso" returntype="System.Data.SqlClient.SqlTransaction" />\r
3254         <method name="BeginTransaction(System.String)" argnames="transactionName" returntype="System.Data.SqlClient.SqlTransaction" />\r
3255         <method name="BeginTransaction(System.Data.IsolationLevel, System.String)" argnames="iso, transactionName" returntype="System.Data.SqlClient.SqlTransaction" />\r
3256         <method name="CreateCommand" argnames="" returntype="System.Data.SqlClient.SqlCommand" />\r
3257         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3258         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3259         <event name="InfoMessage" />\r
3260         <event name="StateChange" />\r
3261         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
3262     </class>\r
3263     <class name="SQLDebugging" namespace="System.Data.SqlClient">\r
3264         <constructor name="SQLDebugging" argnames="" />\r
3265         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3266         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3267         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3268         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3269         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3270         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3271     </class>\r
3272     <delegate name="SqlInfoMessageEventHandler" namespace="System.Data.SqlClient">\r
3273         <constructor name="SqlInfoMessageEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
3274         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
3275         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
3276         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
3277         <method name="BeginInvoke(System.Object, System.Data.SqlClient.SqlInfoMessageEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
3278         <method name="Invoke(System.Object, System.Data.SqlClient.SqlInfoMessageEventArgs)" argnames="sender, e" returntype="System.Void" />\r
3279         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
3280         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
3281         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3282         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3283         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
3284         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
3285         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
3286         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3287         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
3288         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
3289         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3290         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
3291         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3292         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3293     </delegate>\r
3294     <delegate name="SqlRowUpdatedEventHandler" namespace="System.Data.SqlClient">\r
3295         <constructor name="SqlRowUpdatedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
3296         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
3297         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
3298         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
3299         <method name="BeginInvoke(System.Object, System.Data.SqlClient.SqlRowUpdatedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
3300         <method name="Invoke(System.Object, System.Data.SqlClient.SqlRowUpdatedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
3301         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
3302         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
3303         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3304         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3305         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
3306         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
3307         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
3308         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3309         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
3310         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
3311         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3312         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
3313         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3314         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3315     </delegate>\r
3316     <delegate name="SqlRowUpdatingEventHandler" namespace="System.Data.SqlClient">\r
3317         <constructor name="SqlRowUpdatingEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
3318         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
3319         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
3320         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
3321         <method name="BeginInvoke(System.Object, System.Data.SqlClient.SqlRowUpdatingEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
3322         <method name="Invoke(System.Object, System.Data.SqlClient.SqlRowUpdatingEventArgs)" argnames="sender, e" returntype="System.Void" />\r
3323         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
3324         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
3325         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3326         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3327         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
3328         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
3329         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
3330         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3331         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
3332         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
3333         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3334         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
3335         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3336         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3337     </delegate>\r
3338     <class name="SqlTypeException" namespace="System.Data.SqlTypes">\r
3339         <constructor name="SqlTypeException(System.String)" argnames="message" />\r
3340         <constructor name="SqlTypeException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="si, sc" />\r
3341         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
3342         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
3343         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
3344         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
3345         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
3346         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
3347         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
3348         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
3349         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
3350         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3351         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3352         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3353         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
3354         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3355         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3356     </class>\r
3357     <class name="SqlNullValueException" namespace="System.Data.SqlTypes">\r
3358         <constructor name="SqlNullValueException" argnames="" />\r
3359         <constructor name="SqlNullValueException(System.String)" argnames="message" />\r
3360         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
3361         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
3362         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
3363         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
3364         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
3365         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
3366         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
3367         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
3368         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
3369         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3370         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3371         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3372         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
3373         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3374         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3375     </class>\r
3376     <class name="SqlTruncateException" namespace="System.Data.SqlTypes">\r
3377         <constructor name="SqlTruncateException" argnames="" />\r
3378         <constructor name="SqlTruncateException(System.String)" argnames="message" />\r
3379         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
3380         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
3381         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
3382         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
3383         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
3384         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
3385         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
3386         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
3387         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
3388         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3389         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3390         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3391         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
3392         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3393         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3394     </class>\r
3395     <interface name="INullable" namespace="System.Data.SqlTypes">\r
3396         <property name="IsNull" propertytype="System.Boolean" />\r
3397     </interface>\r
3398     <struct name="SqlBinary" namespace="System.Data.SqlTypes">\r
3399         <constructor name="SqlBinary(System.Byte[])" argnames="value" />\r
3400         <field name="Null" />\r
3401         <property name="IsNull" propertytype="System.Boolean" />\r
3402         <property name="Value" propertytype="System.Byte[]" />\r
3403         <property name="Item" propertytype="System.Byte" />\r
3404         <property name="Length" propertytype="System.Int32" />\r
3405         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3406         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3407         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3408         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3409         <method name="ToString" argnames="" returntype="System.String" />\r
3410         <method name="Concat(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBinary" />\r
3411         <method name="Equals(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3412         <method name="NotEquals(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3413         <method name="LessThan(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3414         <method name="GreaterThan(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3415         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3416         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3417         <method name="ToSqlGuid" argnames="" returntype="System.Data.SqlTypes.SqlGuid" />\r
3418         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3419         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3420         <operator name="op_Implicit(System.Byte[])" argnames="x" />\r
3421         <operator name="op_Explicit(System.Data.SqlTypes.SqlBinary)" argnames="x" />\r
3422         <operator name="op_Addition(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3423         <operator name="op_Explicit(System.Data.SqlTypes.SqlGuid)" argnames="x" />\r
3424         <operator name="op_Equality(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3425         <operator name="op_Inequality(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3426         <operator name="op_LessThan(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3427         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3428         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3429         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlBinary, System.Data.SqlTypes.SqlBinary)" argnames="x, y" />\r
3430     </struct>\r
3431     <struct name="SqlBoolean" namespace="System.Data.SqlTypes">\r
3432         <constructor name="SqlBoolean(System.Boolean)" argnames="value" />\r
3433         <constructor name="SqlBoolean(System.Int32)" argnames="value" />\r
3434         <field name="True" />\r
3435         <field name="False" />\r
3436         <field name="Null" />\r
3437         <field name="Zero" />\r
3438         <field name="One" />\r
3439         <property name="IsNull" propertytype="System.Boolean" />\r
3440         <property name="Value" propertytype="System.Boolean" />\r
3441         <property name="IsTrue" propertytype="System.Boolean" />\r
3442         <property name="IsFalse" propertytype="System.Boolean" />\r
3443         <property name="ByteValue" propertytype="System.Byte" />\r
3444         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3445         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3446         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3447         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3448         <method name="ToString" argnames="" returntype="System.String" />\r
3449         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3450         <method name="OnesComplement(System.Data.SqlTypes.SqlBoolean)" argnames="x" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3451         <method name="And(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3452         <method name="Or(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3453         <method name="Xor(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3454         <method name="Equals(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3455         <method name="NotEquals(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3456         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3457         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3458         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3459         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3460         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3461         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3462         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3463         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3464         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3465         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3466         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3467         <operator name="op_Implicit(System.Boolean)" argnames="x" />\r
3468         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3469         <operator name="op_LogicalNot(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3470         <operator name="op_True(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3471         <operator name="op_False(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3472         <operator name="op_BitwiseAnd(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" />\r
3473         <operator name="op_BitwiseOr(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" />\r
3474         <operator name="op_OnesComplement(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3475         <operator name="op_ExclusiveOr(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" />\r
3476         <operator name="op_Explicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3477         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3478         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3479         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3480         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3481         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3482         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3483         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3484         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3485         <operator name="op_Equality(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" />\r
3486         <operator name="op_Inequality(System.Data.SqlTypes.SqlBoolean, System.Data.SqlTypes.SqlBoolean)" argnames="x, y" />\r
3487     </struct>\r
3488     <struct name="SqlByte" namespace="System.Data.SqlTypes">\r
3489         <constructor name="SqlByte(System.Byte)" argnames="value" />\r
3490         <field name="Null" />\r
3491         <field name="Zero" />\r
3492         <field name="MinValue" />\r
3493         <field name="MaxValue" />\r
3494         <property name="IsNull" propertytype="System.Boolean" />\r
3495         <property name="Value" propertytype="System.Byte" />\r
3496         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3497         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3498         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3499         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3500         <method name="ToString" argnames="" returntype="System.String" />\r
3501         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlByte" />\r
3502         <method name="OnesComplement(System.Data.SqlTypes.SqlByte)" argnames="x" returntype="System.Data.SqlTypes.SqlByte" />\r
3503         <method name="Add(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3504         <method name="Subtract(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3505         <method name="Multiply(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3506         <method name="Divide(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3507         <method name="Mod(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3508         <method name="BitwiseAnd(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3509         <method name="BitwiseOr(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3510         <method name="Xor(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlByte" />\r
3511         <method name="Equals(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3512         <method name="NotEquals(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3513         <method name="LessThan(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3514         <method name="GreaterThan(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3515         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3516         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3517         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3518         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3519         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3520         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3521         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3522         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3523         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3524         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3525         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3526         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3527         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3528         <operator name="op_Implicit(System.Byte)" argnames="x" />\r
3529         <operator name="op_Explicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3530         <operator name="op_OnesComplement(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3531         <operator name="op_Addition(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3532         <operator name="op_Subtraction(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3533         <operator name="op_Multiply(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3534         <operator name="op_Division(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3535         <operator name="op_Modulus(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3536         <operator name="op_BitwiseAnd(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3537         <operator name="op_BitwiseOr(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3538         <operator name="op_ExclusiveOr(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3539         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3540         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3541         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3542         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3543         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3544         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3545         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3546         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3547         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3548         <operator name="op_Equality(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3549         <operator name="op_Inequality(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3550         <operator name="op_LessThan(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3551         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3552         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3553         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlByte, System.Data.SqlTypes.SqlByte)" argnames="x, y" />\r
3554     </struct>\r
3555     <struct name="SqlDateTime" namespace="System.Data.SqlTypes">\r
3556         <constructor name="SqlDateTime(System.DateTime)" argnames="value" />\r
3557         <constructor name="SqlDateTime(System.Int32, System.Int32, System.Int32)" argnames="year, month, day" />\r
3558         <constructor name="SqlDateTime(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)" argnames="year, month, day, hour, minute, second" />\r
3559         <constructor name="SqlDateTime(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Double)" argnames="year, month, day, hour, minute, second, millisecond" />\r
3560         <constructor name="SqlDateTime(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)" argnames="year, month, day, hour, minute, second, bilisecond" />\r
3561         <constructor name="SqlDateTime(System.Int32, System.Int32)" argnames="dayTicks, timeTicks" />\r
3562         <field name="SQLTicksPerSecond" />\r
3563         <field name="SQLTicksPerMinute" />\r
3564         <field name="SQLTicksPerHour" />\r
3565         <field name="MinValue" />\r
3566         <field name="MaxValue" />\r
3567         <field name="Null" />\r
3568         <property name="IsNull" propertytype="System.Boolean" />\r
3569         <property name="Value" propertytype="System.DateTime" />\r
3570         <property name="DayTicks" propertytype="System.Int32" />\r
3571         <property name="TimeTicks" propertytype="System.Int32" />\r
3572         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3573         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3574         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3575         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3576         <method name="ToString" argnames="" returntype="System.String" />\r
3577         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlDateTime" />\r
3578         <method name="Equals(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3579         <method name="NotEquals(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3580         <method name="LessThan(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3581         <method name="GreaterThan(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3582         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3583         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3584         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3585         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3586         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3587         <operator name="op_Implicit(System.DateTime)" argnames="value" />\r
3588         <operator name="op_Explicit(System.Data.SqlTypes.SqlDateTime)" argnames="x" />\r
3589         <operator name="op_Addition(System.Data.SqlTypes.SqlDateTime, System.TimeSpan)" argnames="x, t" />\r
3590         <operator name="op_Subtraction(System.Data.SqlTypes.SqlDateTime, System.TimeSpan)" argnames="x, t" />\r
3591         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3592         <operator name="op_Equality(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3593         <operator name="op_Inequality(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3594         <operator name="op_LessThan(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3595         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3596         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3597         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlDateTime, System.Data.SqlTypes.SqlDateTime)" argnames="x, y" />\r
3598     </struct>\r
3599     <struct name="SqlDouble" namespace="System.Data.SqlTypes">\r
3600         <constructor name="SqlDouble(System.Double)" argnames="value" />\r
3601         <field name="Null" />\r
3602         <field name="Zero" />\r
3603         <field name="MinValue" />\r
3604         <field name="MaxValue" />\r
3605         <property name="IsNull" propertytype="System.Boolean" />\r
3606         <property name="Value" propertytype="System.Double" />\r
3607         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3608         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3609         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3610         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3611         <method name="ToString" argnames="" returntype="System.String" />\r
3612         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlDouble" />\r
3613         <method name="Add(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDouble" />\r
3614         <method name="Subtract(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDouble" />\r
3615         <method name="Multiply(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDouble" />\r
3616         <method name="Divide(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDouble" />\r
3617         <method name="Equals(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3618         <method name="NotEquals(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3619         <method name="LessThan(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3620         <method name="GreaterThan(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3621         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3622         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3623         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3624         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3625         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3626         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3627         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3628         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3629         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3630         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3631         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3632         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3633         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3634         <operator name="op_Implicit(System.Double)" argnames="x" />\r
3635         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3636         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3637         <operator name="op_Addition(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3638         <operator name="op_Subtraction(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3639         <operator name="op_Multiply(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3640         <operator name="op_Division(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3641         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3642         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3643         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3644         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3645         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3646         <operator name="op_Implicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3647         <operator name="op_Implicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3648         <operator name="op_Implicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3649         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3650         <operator name="op_Equality(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3651         <operator name="op_Inequality(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3652         <operator name="op_LessThan(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3653         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3654         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3655         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlDouble, System.Data.SqlTypes.SqlDouble)" argnames="x, y" />\r
3656     </struct>\r
3657     <struct name="SqlGuid" namespace="System.Data.SqlTypes">\r
3658         <constructor name="SqlGuid(System.Byte[])" argnames="value" />\r
3659         <constructor name="SqlGuid(System.String)" argnames="s" />\r
3660         <constructor name="SqlGuid(System.Guid)" argnames="g" />\r
3661         <constructor name="SqlGuid(System.Int32, System.Int16, System.Int16, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte)" argnames="a, b, c, d, e, f, g, h, i, j, k" />\r
3662         <field name="Null" />\r
3663         <property name="IsNull" propertytype="System.Boolean" />\r
3664         <property name="Value" propertytype="System.Guid" />\r
3665         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3666         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3667         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3668         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3669         <method name="ToString" argnames="" returntype="System.String" />\r
3670         <method name="ToByteArray" argnames="" returntype="System.Byte[]" />\r
3671         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlGuid" />\r
3672         <method name="Equals(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3673         <method name="NotEquals(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3674         <method name="LessThan(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3675         <method name="GreaterThan(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3676         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3677         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3678         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3679         <method name="ToSqlBinary" argnames="" returntype="System.Data.SqlTypes.SqlBinary" />\r
3680         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3681         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3682         <operator name="op_Implicit(System.Guid)" argnames="x" />\r
3683         <operator name="op_Explicit(System.Data.SqlTypes.SqlGuid)" argnames="x" />\r
3684         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3685         <operator name="op_Explicit(System.Data.SqlTypes.SqlBinary)" argnames="x" />\r
3686         <operator name="op_Equality(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3687         <operator name="op_Inequality(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3688         <operator name="op_LessThan(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3689         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3690         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3691         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlGuid, System.Data.SqlTypes.SqlGuid)" argnames="x, y" />\r
3692     </struct>\r
3693     <struct name="SqlInt16" namespace="System.Data.SqlTypes">\r
3694         <constructor name="SqlInt16(System.Int16)" argnames="value" />\r
3695         <field name="Null" />\r
3696         <field name="Zero" />\r
3697         <field name="MinValue" />\r
3698         <field name="MaxValue" />\r
3699         <property name="IsNull" propertytype="System.Boolean" />\r
3700         <property name="Value" propertytype="System.Int16" />\r
3701         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3702         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3703         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3704         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3705         <method name="ToString" argnames="" returntype="System.String" />\r
3706         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlInt16" />\r
3707         <method name="OnesComplement(System.Data.SqlTypes.SqlInt16)" argnames="x" returntype="System.Data.SqlTypes.SqlInt16" />\r
3708         <method name="Add(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3709         <method name="Subtract(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3710         <method name="Multiply(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3711         <method name="Divide(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3712         <method name="Mod(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3713         <method name="BitwiseAnd(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3714         <method name="BitwiseOr(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3715         <method name="Xor(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt16" />\r
3716         <method name="Equals(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3717         <method name="NotEquals(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3718         <method name="LessThan(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3719         <method name="GreaterThan(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3720         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3721         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3722         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3723         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3724         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3725         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3726         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3727         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3728         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3729         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3730         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3731         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3732         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3733         <operator name="op_Implicit(System.Int16)" argnames="x" />\r
3734         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3735         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3736         <operator name="op_OnesComplement(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3737         <operator name="op_Addition(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3738         <operator name="op_Subtraction(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3739         <operator name="op_Multiply(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3740         <operator name="op_Division(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3741         <operator name="op_Modulus(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3742         <operator name="op_BitwiseAnd(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3743         <operator name="op_BitwiseOr(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3744         <operator name="op_ExclusiveOr(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3745         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3746         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3747         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3748         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3749         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3750         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3751         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3752         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3753         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3754         <operator name="op_Equality(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3755         <operator name="op_Inequality(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3756         <operator name="op_LessThan(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3757         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3758         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3759         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlInt16, System.Data.SqlTypes.SqlInt16)" argnames="x, y" />\r
3760     </struct>\r
3761     <struct name="SqlInt32" namespace="System.Data.SqlTypes">\r
3762         <constructor name="SqlInt32(System.Int32)" argnames="value" />\r
3763         <field name="Null" />\r
3764         <field name="Zero" />\r
3765         <field name="MinValue" />\r
3766         <field name="MaxValue" />\r
3767         <property name="IsNull" propertytype="System.Boolean" />\r
3768         <property name="Value" propertytype="System.Int32" />\r
3769         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3770         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3771         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3772         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3773         <method name="ToString" argnames="" returntype="System.String" />\r
3774         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlInt32" />\r
3775         <method name="OnesComplement(System.Data.SqlTypes.SqlInt32)" argnames="x" returntype="System.Data.SqlTypes.SqlInt32" />\r
3776         <method name="Add(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3777         <method name="Subtract(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3778         <method name="Multiply(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3779         <method name="Divide(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3780         <method name="Mod(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3781         <method name="BitwiseAnd(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3782         <method name="BitwiseOr(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3783         <method name="Xor(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt32" />\r
3784         <method name="Equals(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3785         <method name="NotEquals(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3786         <method name="LessThan(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3787         <method name="GreaterThan(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3788         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3789         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3790         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3791         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3792         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3793         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3794         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3795         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3796         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3797         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3798         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3799         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3800         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3801         <operator name="op_Implicit(System.Int32)" argnames="x" />\r
3802         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3803         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3804         <operator name="op_OnesComplement(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3805         <operator name="op_Addition(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3806         <operator name="op_Subtraction(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3807         <operator name="op_Multiply(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3808         <operator name="op_Division(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3809         <operator name="op_Modulus(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3810         <operator name="op_BitwiseAnd(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3811         <operator name="op_BitwiseOr(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3812         <operator name="op_ExclusiveOr(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3813         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3814         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3815         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3816         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3817         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3818         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3819         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3820         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3821         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3822         <operator name="op_Equality(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3823         <operator name="op_Inequality(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3824         <operator name="op_LessThan(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3825         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3826         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3827         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlInt32, System.Data.SqlTypes.SqlInt32)" argnames="x, y" />\r
3828     </struct>\r
3829     <struct name="SqlInt64" namespace="System.Data.SqlTypes">\r
3830         <constructor name="SqlInt64(System.Int64)" argnames="value" />\r
3831         <field name="Null" />\r
3832         <field name="Zero" />\r
3833         <field name="MinValue" />\r
3834         <field name="MaxValue" />\r
3835         <property name="IsNull" propertytype="System.Boolean" />\r
3836         <property name="Value" propertytype="System.Int64" />\r
3837         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3838         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3839         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3840         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3841         <method name="ToString" argnames="" returntype="System.String" />\r
3842         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlInt64" />\r
3843         <method name="OnesComplement(System.Data.SqlTypes.SqlInt64)" argnames="x" returntype="System.Data.SqlTypes.SqlInt64" />\r
3844         <method name="Add(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3845         <method name="Subtract(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3846         <method name="Multiply(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3847         <method name="Divide(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3848         <method name="Mod(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3849         <method name="BitwiseAnd(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3850         <method name="BitwiseOr(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3851         <method name="Xor(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlInt64" />\r
3852         <method name="Equals(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3853         <method name="NotEquals(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3854         <method name="LessThan(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3855         <method name="GreaterThan(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3856         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3857         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3858         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3859         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3860         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3861         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3862         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3863         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
3864         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3865         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3866         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3867         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3868         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3869         <operator name="op_Implicit(System.Int64)" argnames="x" />\r
3870         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3871         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3872         <operator name="op_OnesComplement(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3873         <operator name="op_Addition(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3874         <operator name="op_Subtraction(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3875         <operator name="op_Multiply(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3876         <operator name="op_Division(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3877         <operator name="op_Modulus(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3878         <operator name="op_BitwiseAnd(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3879         <operator name="op_BitwiseOr(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3880         <operator name="op_ExclusiveOr(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3881         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3882         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3883         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3884         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3885         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3886         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3887         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3888         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3889         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3890         <operator name="op_Equality(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3891         <operator name="op_Inequality(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3892         <operator name="op_LessThan(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3893         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3894         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3895         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlInt64, System.Data.SqlTypes.SqlInt64)" argnames="x, y" />\r
3896     </struct>\r
3897     <struct name="SqlMoney" namespace="System.Data.SqlTypes">\r
3898         <constructor name="SqlMoney(System.Int32)" argnames="value" />\r
3899         <constructor name="SqlMoney(System.Int64)" argnames="value" />\r
3900         <constructor name="SqlMoney(System.Decimal)" argnames="value" />\r
3901         <constructor name="SqlMoney(System.Double)" argnames="value" />\r
3902         <field name="Null" />\r
3903         <field name="Zero" />\r
3904         <field name="MinValue" />\r
3905         <field name="MaxValue" />\r
3906         <property name="IsNull" propertytype="System.Boolean" />\r
3907         <property name="Value" propertytype="System.Decimal" />\r
3908         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3909         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3910         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3911         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3912         <method name="ToString" argnames="" returntype="System.String" />\r
3913         <method name="ToDecimal" argnames="" returntype="System.Decimal" />\r
3914         <method name="ToInt64" argnames="" returntype="System.Int64" />\r
3915         <method name="ToInt32" argnames="" returntype="System.Int32" />\r
3916         <method name="ToDouble" argnames="" returntype="System.Double" />\r
3917         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlMoney" />\r
3918         <method name="Add(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlMoney" />\r
3919         <method name="Subtract(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlMoney" />\r
3920         <method name="Multiply(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlMoney" />\r
3921         <method name="Divide(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlMoney" />\r
3922         <method name="Equals(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3923         <method name="NotEquals(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3924         <method name="LessThan(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3925         <method name="GreaterThan(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3926         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3927         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3928         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3929         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
3930         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
3931         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
3932         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
3933         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
3934         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3935         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
3936         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
3937         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3938         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3939         <operator name="op_Implicit(System.Decimal)" argnames="x" />\r
3940         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3941         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
3942         <operator name="op_Addition(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3943         <operator name="op_Subtraction(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3944         <operator name="op_Multiply(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3945         <operator name="op_Division(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3946         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
3947         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
3948         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
3949         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
3950         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
3951         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
3952         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
3953         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
3954         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
3955         <operator name="op_Equality(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3956         <operator name="op_Inequality(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3957         <operator name="op_LessThan(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3958         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3959         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3960         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlMoney, System.Data.SqlTypes.SqlMoney)" argnames="x, y" />\r
3961     </struct>\r
3962     <struct name="SqlDecimal" namespace="System.Data.SqlTypes">\r
3963         <constructor name="SqlDecimal(System.Decimal)" argnames="value" />\r
3964         <constructor name="SqlDecimal(System.Int32)" argnames="value" />\r
3965         <constructor name="SqlDecimal(System.Int64)" argnames="value" />\r
3966         <constructor name="SqlDecimal(System.Byte, System.Byte, System.Boolean, System.Int32[])" argnames="bPrecision, bScale, fPositive, bits" />\r
3967         <constructor name="SqlDecimal(System.Byte, System.Byte, System.Boolean, System.Int32, System.Int32, System.Int32, System.Int32)" argnames="bPrecision, bScale, fPositive, data1, data2, data3, data4" />\r
3968         <constructor name="SqlDecimal(System.Double)" argnames="dVal" />\r
3969         <field name="MaxPrecision" />\r
3970         <field name="MaxScale" />\r
3971         <field name="Null" />\r
3972         <field name="MinValue" />\r
3973         <field name="MaxValue" />\r
3974         <property name="IsNull" propertytype="System.Boolean" />\r
3975         <property name="Value" propertytype="System.Decimal" />\r
3976         <property name="IsPositive" propertytype="System.Boolean" />\r
3977         <property name="Precision" propertytype="System.Byte" />\r
3978         <property name="Scale" propertytype="System.Byte" />\r
3979         <property name="Data" propertytype="System.Int32[]" />\r
3980         <property name="BinData" propertytype="System.Byte[]" />\r
3981         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
3982         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3983         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
3984         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
3985         <method name="ToString" argnames="" returntype="System.String" />\r
3986         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3987         <method name="ToDouble" argnames="" returntype="System.Double" />\r
3988         <method name="AdjustScale(System.Data.SqlTypes.SqlDecimal, System.Int32, System.Boolean)" argnames="n, digits, fRound" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3989         <method name="ConvertToPrecScale(System.Data.SqlTypes.SqlDecimal, System.Int32, System.Int32)" argnames="n, precision, scale" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3990         <method name="Add(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3991         <method name="Subtract(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3992         <method name="Multiply(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3993         <method name="Divide(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlDecimal" />\r
3994         <method name="Equals(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3995         <method name="NotEquals(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3996         <method name="LessThan(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3997         <method name="GreaterThan(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3998         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
3999         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4000         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4001         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
4002         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
4003         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
4004         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
4005         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
4006         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
4007         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
4008         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
4009         <method name="Abs(System.Data.SqlTypes.SqlDecimal)" argnames="n" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4010         <method name="Ceiling(System.Data.SqlTypes.SqlDecimal)" argnames="n" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4011         <method name="Floor(System.Data.SqlTypes.SqlDecimal)" argnames="n" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4012         <method name="Sign(System.Data.SqlTypes.SqlDecimal)" argnames="n" returntype="System.Data.SqlTypes.SqlInt32" />\r
4013         <method name="Round(System.Data.SqlTypes.SqlDecimal, System.Int32)" argnames="n, position" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4014         <method name="Truncate(System.Data.SqlTypes.SqlDecimal, System.Int32)" argnames="n, position" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4015         <method name="Power(System.Data.SqlTypes.SqlDecimal, System.Double)" argnames="n, exp" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4016         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4017         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4018         <operator name="op_Implicit(System.Decimal)" argnames="x" />\r
4019         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
4020         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
4021         <operator name="op_Addition(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4022         <operator name="op_Subtraction(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4023         <operator name="op_Multiply(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4024         <operator name="op_Division(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4025         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
4026         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
4027         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
4028         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
4029         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
4030         <operator name="op_Implicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
4031         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
4032         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
4033         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
4034         <operator name="op_Equality(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4035         <operator name="op_Inequality(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4036         <operator name="op_LessThan(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4037         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4038         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4039         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlDecimal, System.Data.SqlTypes.SqlDecimal)" argnames="x, y" />\r
4040     </struct>\r
4041     <struct name="SqlSingle" namespace="System.Data.SqlTypes">\r
4042         <constructor name="SqlSingle(System.Single)" argnames="value" />\r
4043         <constructor name="SqlSingle(System.Double)" argnames="value" />\r
4044         <field name="Null" />\r
4045         <field name="Zero" />\r
4046         <field name="MinValue" />\r
4047         <field name="MaxValue" />\r
4048         <property name="IsNull" propertytype="System.Boolean" />\r
4049         <property name="Value" propertytype="System.Single" />\r
4050         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
4051         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4052         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
4053         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
4054         <method name="ToString" argnames="" returntype="System.String" />\r
4055         <method name="Parse(System.String)" argnames="s" returntype="System.Data.SqlTypes.SqlSingle" />\r
4056         <method name="Add(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlSingle" />\r
4057         <method name="Subtract(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlSingle" />\r
4058         <method name="Multiply(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlSingle" />\r
4059         <method name="Divide(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlSingle" />\r
4060         <method name="Equals(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4061         <method name="NotEquals(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4062         <method name="LessThan(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4063         <method name="GreaterThan(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4064         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4065         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4066         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4067         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
4068         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
4069         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
4070         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
4071         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
4072         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
4073         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4074         <method name="ToSqlString" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
4075         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4076         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4077         <operator name="op_Implicit(System.Single)" argnames="x" />\r
4078         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
4079         <operator name="op_UnaryNegation(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
4080         <operator name="op_Addition(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4081         <operator name="op_Subtraction(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4082         <operator name="op_Multiply(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4083         <operator name="op_Division(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4084         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
4085         <operator name="op_Implicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
4086         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
4087         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
4088         <operator name="op_Implicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
4089         <operator name="op_Implicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
4090         <operator name="op_Implicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
4091         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
4092         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
4093         <operator name="op_Equality(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4094         <operator name="op_Inequality(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4095         <operator name="op_LessThan(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4096         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4097         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4098         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlSingle, System.Data.SqlTypes.SqlSingle)" argnames="x, y" />\r
4099     </struct>\r
4100     <struct name="SqlString" namespace="System.Data.SqlTypes">\r
4101         <constructor name="SqlString(System.Int32, System.Data.SqlTypes.SqlCompareOptions, System.Byte[], System.Int32, System.Int32, System.Boolean)" argnames="lcid, compareOptions, data, index, count, fUnicode" />\r
4102         <constructor name="SqlString(System.Int32, System.Data.SqlTypes.SqlCompareOptions, System.Byte[], System.Boolean)" argnames="lcid, compareOptions, data, fUnicode" />\r
4103         <constructor name="SqlString(System.Int32, System.Data.SqlTypes.SqlCompareOptions, System.Byte[], System.Int32, System.Int32)" argnames="lcid, compareOptions, data, index, count" />\r
4104         <constructor name="SqlString(System.Int32, System.Data.SqlTypes.SqlCompareOptions, System.Byte[])" argnames="lcid, compareOptions, data" />\r
4105         <constructor name="SqlString(System.String, System.Int32, System.Data.SqlTypes.SqlCompareOptions)" argnames="data, lcid, compareOptions" />\r
4106         <constructor name="SqlString(System.String, System.Int32)" argnames="data, lcid" />\r
4107         <constructor name="SqlString(System.String)" argnames="data" />\r
4108         <field name="Null" />\r
4109         <field name="IgnoreCase" />\r
4110         <field name="IgnoreWidth" />\r
4111         <field name="IgnoreNonSpace" />\r
4112         <field name="IgnoreKanaType" />\r
4113         <field name="BinarySort" />\r
4114         <property name="IsNull" propertytype="System.Boolean" />\r
4115         <property name="Value" propertytype="System.String" />\r
4116         <property name="LCID" propertytype="System.Int32" />\r
4117         <property name="CultureInfo" propertytype="System.Globalization.CultureInfo" />\r
4118         <property name="CompareInfo" propertytype="System.Globalization.CompareInfo" />\r
4119         <property name="SqlCompareOptions" propertytype="System.Data.SqlTypes.SqlCompareOptions" />\r
4120         <method name="CompareTo(System.Object)" argnames="value" returntype="System.Int32" />\r
4121         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4122         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
4123         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
4124         <method name="ToString" argnames="" returntype="System.String" />\r
4125         <method name="GetUnicodeBytes" argnames="" returntype="System.Byte[]" />\r
4126         <method name="GetNonUnicodeBytes" argnames="" returntype="System.Byte[]" />\r
4127         <method name="Clone" argnames="" returntype="System.Data.SqlTypes.SqlString" />\r
4128         <method name="Concat(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlString" />\r
4129         <method name="Equals(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4130         <method name="NotEquals(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4131         <method name="LessThan(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4132         <method name="GreaterThan(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4133         <method name="LessThanOrEqual(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4134         <method name="GreaterThanOrEqual(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4135         <method name="ToSqlBoolean" argnames="" returntype="System.Data.SqlTypes.SqlBoolean" />\r
4136         <method name="ToSqlByte" argnames="" returntype="System.Data.SqlTypes.SqlByte" />\r
4137         <method name="ToSqlDateTime" argnames="" returntype="System.Data.SqlTypes.SqlDateTime" />\r
4138         <method name="ToSqlDouble" argnames="" returntype="System.Data.SqlTypes.SqlDouble" />\r
4139         <method name="ToSqlInt16" argnames="" returntype="System.Data.SqlTypes.SqlInt16" />\r
4140         <method name="ToSqlInt32" argnames="" returntype="System.Data.SqlTypes.SqlInt32" />\r
4141         <method name="ToSqlInt64" argnames="" returntype="System.Data.SqlTypes.SqlInt64" />\r
4142         <method name="ToSqlMoney" argnames="" returntype="System.Data.SqlTypes.SqlMoney" />\r
4143         <method name="ToSqlDecimal" argnames="" returntype="System.Data.SqlTypes.SqlDecimal" />\r
4144         <method name="ToSqlSingle" argnames="" returntype="System.Data.SqlTypes.SqlSingle" />\r
4145         <method name="ToSqlGuid" argnames="" returntype="System.Data.SqlTypes.SqlGuid" />\r
4146         <method name="CompareOptionsFromSqlCompareOptions(System.Data.SqlTypes.SqlCompareOptions)" argnames="compareOptions" returntype="System.Globalization.CompareOptions" />\r
4147         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4148         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4149         <operator name="op_Implicit(System.String)" argnames="x" />\r
4150         <operator name="op_Explicit(System.Data.SqlTypes.SqlString)" argnames="x" />\r
4151         <operator name="op_Addition(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4152         <operator name="op_Explicit(System.Data.SqlTypes.SqlBoolean)" argnames="x" />\r
4153         <operator name="op_Explicit(System.Data.SqlTypes.SqlByte)" argnames="x" />\r
4154         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt16)" argnames="x" />\r
4155         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt32)" argnames="x" />\r
4156         <operator name="op_Explicit(System.Data.SqlTypes.SqlInt64)" argnames="x" />\r
4157         <operator name="op_Explicit(System.Data.SqlTypes.SqlSingle)" argnames="x" />\r
4158         <operator name="op_Explicit(System.Data.SqlTypes.SqlDouble)" argnames="x" />\r
4159         <operator name="op_Explicit(System.Data.SqlTypes.SqlDecimal)" argnames="x" />\r
4160         <operator name="op_Explicit(System.Data.SqlTypes.SqlMoney)" argnames="x" />\r
4161         <operator name="op_Explicit(System.Data.SqlTypes.SqlDateTime)" argnames="x" />\r
4162         <operator name="op_Explicit(System.Data.SqlTypes.SqlGuid)" argnames="x" />\r
4163         <operator name="op_Equality(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4164         <operator name="op_Inequality(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4165         <operator name="op_LessThan(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4166         <operator name="op_GreaterThan(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4167         <operator name="op_LessThanOrEqual(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4168         <operator name="op_GreaterThanOrEqual(System.Data.SqlTypes.SqlString, System.Data.SqlTypes.SqlString)" argnames="x, y" />\r
4169     </struct>\r
4170     <enum name="SqlCompareOptions" namespace="System.Data.SqlTypes">\r
4171         <field name="None" />\r
4172         <field name="IgnoreCase" />\r
4173         <field name="IgnoreNonSpace" />\r
4174         <field name="IgnoreKanaType" />\r
4175         <field name="IgnoreWidth" />\r
4176         <field name="BinarySort" />\r
4177         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
4178         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
4179         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
4180         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
4181         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4182         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
4183         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
4184         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
4185         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
4186         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4187         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4188     </enum>\r
4189     <class name="XmlDataDocument" namespace="System.Xml">\r
4190         <constructor name="XmlDataDocument" argnames="" />\r
4191         <constructor name="XmlDataDocument(System.Data.DataSet)" argnames="dataset" />\r
4192         <property name="AutoFoliationState" propertytype="System.Xml.ElementState" />\r
4193         <property name="DataSet" propertytype="System.Data.DataSet" />\r
4194         <property name="IgnoreXmlEvents" propertytype="System.Boolean" />\r
4195         <property name="IgnoreDataSetEvents" propertytype="System.Boolean" />\r
4196         <property name="IsFoliationEnabled" propertytype="System.Boolean" />\r
4197         <property name="Mapper" propertytype="System.Xml.DataSetMapper" />\r
4198         <property name="NodeType" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlNodeType" />\r
4199         <property name="DocumentType" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlDocumentType" />\r
4200         <property name="Implementation" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlImplementation" />\r
4201         <property name="Name" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
4202         <property name="LocalName" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
4203         <property name="DocumentElement" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlElement" />\r
4204         <property name="OwnerDocument" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlDocument" />\r
4205         <property name="XmlResolver" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlResolver" />\r
4206         <property name="NameTable" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlNameTable" />\r
4207         <property name="PreserveWhitespace" inherited="System.Xml.XmlDocument" propertytype="System.Boolean" />\r
4208         <property name="IsReadOnly" inherited="System.Xml.XmlDocument" propertytype="System.Boolean" />\r
4209         <property name="InnerXml" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
4210         <property name="BaseURI" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
4211         <property name="Value" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
4212         <property name="ParentNode" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
4213         <property name="ChildNodes" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNodeList" />\r
4214         <property name="PreviousSibling" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
4215         <property name="NextSibling" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
4216         <property name="Attributes" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlAttributeCollection" />\r
4217         <property name="FirstChild" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
4218         <property name="LastChild" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
4219         <property name="HasChildNodes" inherited="System.Xml.XmlNode" propertytype="System.Boolean" />\r
4220         <property name="NamespaceURI" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
4221         <property name="Prefix" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
4222         <property name="InnerText" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
4223         <property name="OuterXml" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
4224         <property name="Item" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlElement" />\r
4225         <property name="Item" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlElement" />\r
4226         <method name="Save(System.Xml.XmlWriter)" argnames="w" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4227         <method name="Save(System.IO.TextWriter)" argnames="writer" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4228         <method name="Save(System.IO.Stream)" argnames="outStream" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4229         <method name="Save(System.String)" argnames="filename" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4230         <method name="LoadXml(System.String)" argnames="xml" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4231         <method name="Load(System.Xml.XmlReader)" argnames="reader" returntype="System.Void" />\r
4232         <method name="Load(System.IO.TextReader)" argnames="txtReader" returntype="System.Void" />\r
4233         <method name="Load(System.IO.Stream)" argnames="inStream" returntype="System.Void" />\r
4234         <method name="Load(System.String)" argnames="filename" returntype="System.Void" />\r
4235         <method name="ReadNode(System.Xml.XmlReader)" argnames="reader" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
4236         <method name="CreateNode(System.Xml.XmlNodeType, System.String, System.String)" argnames="type, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
4237         <method name="CreateNode(System.String, System.String, System.String)" argnames="nodeTypeString, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
4238         <method name="CreateNode(System.Xml.XmlNodeType, System.String, System.String, System.String)" argnames="type, prefix, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
4239         <method name="CreateElement(System.String, System.String, System.String)" argnames="prefix, localName, namespaceURI" returntype="System.Xml.XmlElement" />\r
4240         <method name="CreateAttribute(System.String, System.String, System.String)" argnames="prefix, localName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlAttribute" />\r
4241         <method name="ImportNode(System.Xml.XmlNode, System.Boolean)" argnames="node, deep" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
4242         <method name="GetElementById(System.String)" argnames="elemId" returntype="System.Xml.XmlElement" />\r
4243         <method name="GetElementsByTagName(System.String, System.String)" argnames="localName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNodeList" />\r
4244         <method name="GetElementsByTagName(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNodeList" />\r
4245         <method name="CreateWhitespace(System.String)" argnames="text" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlWhitespace" />\r
4246         <method name="CreateNavigator(System.Xml.XmlNode)" argnames="node" returntype="System.Xml.XPath.XPathNavigator" />\r
4247         <method name="CreateSignificantWhitespace(System.String)" argnames="text" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlSignificantWhitespace" />\r
4248         <method name="CreateTextNode(System.String)" argnames="text" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlText" />\r
4249         <method name="CreateXmlDeclaration(System.String, System.String, System.String)" argnames="version, encoding, standalone" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDeclaration" />\r
4250         <method name="CreateProcessingInstruction(System.String, System.String)" argnames="target, data" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlProcessingInstruction" />\r
4251         <method name="CreateEntityReference(System.String)" argnames="name" returntype="System.Xml.XmlEntityReference" />\r
4252         <method name="CreateDocumentFragment" argnames="" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDocumentFragment" />\r
4253         <method name="CreateDocumentType(System.String, System.String, System.String, System.String)" argnames="name, publicId, systemId, internalSubset" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDocumentType" />\r
4254         <method name="CreateComment(System.String)" argnames="data" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlComment" />\r
4255         <method name="CreateCDataSection(System.String)" argnames="data" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlCDataSection" />\r
4256         <method name="CreateNavigator" argnames="" inherited="System.Xml.XmlNode" returntype="System.Xml.XPath.XPathNavigator" />\r
4257         <method name="GetPrefixOfNamespace(System.String)" argnames="namespaceURI" inherited="System.Xml.XmlNode" returntype="System.String" />\r
4258         <method name="GetNamespaceOfPrefix(System.String)" argnames="prefix" inherited="System.Xml.XmlNode" returntype="System.String" />\r
4259         <method name="RemoveAll" argnames="" inherited="System.Xml.XmlNode" returntype="System.Void" />\r
4260         <method name="WriteContentTo(System.Xml.XmlWriter)" argnames="xw" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4261         <method name="WriteTo(System.Xml.XmlWriter)" argnames="w" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
4262         <method name="Clone" argnames="" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4263         <method name="Supports(System.String, System.String)" argnames="feature, version" inherited="System.Xml.XmlNode" returntype="System.Boolean" />\r
4264         <method name="Normalize" argnames="" inherited="System.Xml.XmlNode" returntype="System.Void" />\r
4265         <method name="CloneNode(System.Boolean)" argnames="deep" returntype="System.Xml.XmlNode" />\r
4266         <method name="AppendChild(System.Xml.XmlNode)" argnames="newChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4267         <method name="PrependChild(System.Xml.XmlNode)" argnames="newChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4268         <method name="RemoveChild(System.Xml.XmlNode)" argnames="oldChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4269         <method name="ReplaceChild(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, oldChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4270         <method name="InsertAfter(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, refChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4271         <method name="InsertBefore(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, refChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4272         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4273         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4274         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4275         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4276         <method name="GetRowFromElement(System.Xml.XmlElement)" argnames="e" returntype="System.Data.DataRow" />\r
4277         <method name="GetElementFromRow(System.Data.DataRow)" argnames="r" returntype="System.Xml.XmlElement" />\r
4278         <method name="CreateAttribute(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlAttribute" />\r
4279         <method name="CreateElement(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlElement" />\r
4280         <method name="CreateAttribute(System.String, System.String)" argnames="qualifiedName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlAttribute" />\r
4281         <method name="CreateElement(System.String, System.String)" argnames="qualifiedName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlElement" />\r
4282         <method name="SelectSingleNode(System.String)" argnames="xpath" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4283         <method name="SelectSingleNode(System.String, System.Xml.XmlNamespaceManager)" argnames="xpath, nsmgr" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
4284         <method name="SelectNodes(System.String)" argnames="xpath" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNodeList" />\r
4285         <method name="SelectNodes(System.String, System.Xml.XmlNamespaceManager)" argnames="xpath, nsmgr" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNodeList" />\r
4286         <method name="GetEnumerator" argnames="" inherited="System.Xml.XmlNode" returntype="System.Collections.IEnumerator" />\r
4287         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4288         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4289         <event name="NodeInserting" inherited="System.Xml.XmlDocument" />\r
4290         <event name="NodeInserted" inherited="System.Xml.XmlDocument" />\r
4291         <event name="NodeRemoving" inherited="System.Xml.XmlDocument" />\r
4292         <event name="NodeRemoved" inherited="System.Xml.XmlDocument" />\r
4293         <event name="NodeChanging" inherited="System.Xml.XmlDocument" />\r
4294         <event name="NodeChanged" inherited="System.Xml.XmlDocument" />\r
4295     </class>\r
4296 </masterdoc>