Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Data
;
3
using
System.Data.Common
;
4
using
System.Data.Odbc
;
5
using
System.Data.OleDb
;
6
using
System.Data.Sql
;
7
using
System.Data.SqlClient
;
8
using
System.Data.SqlTypes
;
9
using
System.Diagnostics
;
10
using
System.Reflection
;
11
using
System.Runtime.CompilerServices
;
12
using
System.Runtime.Versioning
;
13
using
System.Security
;
14
using
System.Security.Permissions
;
15
using
System.Xml
;
16
using
Microsoft.SqlServer.Server
;
17
18
[
assembly
:
CLSCompliant
(
true
)]
19
[
assembly
:
AssemblyDefaultAlias
(
"System.Data"
)]
20
[
assembly
:
AssemblyMetadata
(
".NETFrameworkAssembly"
,
""
)]
21
[
assembly
:
AssemblyMetadata
(
"Serviceable"
,
"True"
)]
22
[
assembly
:
AssemblyMetadata
(
"PreferInbox"
,
"True"
)]
23
[
assembly
:
AssemblyMetadata
(
"IsTrimmable"
,
"True"
)]
24
[
assembly
:
AssemblyCompany
(
"Microsoft Corporation"
)]
25
[
assembly
:
AssemblyCopyright
(
"© Microsoft Corporation. All rights reserved."
)]
26
[
assembly
:
AssemblyDescription
(
"System.Data"
)]
27
[
assembly
:
AssemblyFileVersion
(
"6.0.21.52210"
)]
28
[
assembly
:
AssemblyInformationalVersion
(
"6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6"
)]
29
[
assembly
:
AssemblyProduct
(
"Microsoft® .NET"
)]
30
[
assembly
:
AssemblyTitle
(
"System.Data"
)]
31
[
assembly
:
AssemblyMetadata
(
"RepositoryUrl"
,
"https://github.com/dotnet/runtime"
)]
32
[
assembly
:
AssemblyVersion
(
"4.0.0.0"
)]
33
[
assembly
:
TypeForwardedTo
(
typeof
(
DataAccessKind
))]
34
[
assembly
:
TypeForwardedTo
(
typeof
(
Format
))]
35
[
assembly
:
TypeForwardedTo
(
typeof
(
IBinarySerialize
))]
36
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidUdtException
))]
37
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDataRecord
))]
38
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlFacetAttribute
))]
39
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlFunctionAttribute
))]
40
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlMetaData
))]
41
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlMethodAttribute
))]
42
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlUserDefinedAggregateAttribute
))]
43
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlUserDefinedTypeAttribute
))]
44
[
assembly
:
TypeForwardedTo
(
typeof
(
SystemDataAccessKind
))]
45
[
assembly
:
TypeForwardedTo
(
typeof
(
AcceptRejectRule
))]
46
[
assembly
:
TypeForwardedTo
(
typeof
(
CommandBehavior
))]
47
[
assembly
:
TypeForwardedTo
(
typeof
(
CommandType
))]
48
[
assembly
:
TypeForwardedTo
(
typeof
(
CatalogLocation
))]
49
[
assembly
:
TypeForwardedTo
(
typeof
(
DataAdapter
))]
50
[
assembly
:
TypeForwardedTo
(
typeof
(
DataColumnMapping
))]
51
[
assembly
:
TypeForwardedTo
(
typeof
(
DataColumnMappingCollection
))]
52
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableMapping
))]
53
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableMappingCollection
))]
54
[
assembly
:
TypeForwardedTo
(
typeof
(
DbColumn
))]
55
[
assembly
:
TypeForwardedTo
(
typeof
(
DbCommand
))]
56
[
assembly
:
TypeForwardedTo
(
typeof
(
DbCommandBuilder
))]
57
[
assembly
:
TypeForwardedTo
(
typeof
(
DbConnection
))]
58
[
assembly
:
TypeForwardedTo
(
typeof
(
DbConnectionStringBuilder
))]
59
[
assembly
:
TypeForwardedTo
(
typeof
(
DbDataAdapter
))]
60
[
assembly
:
TypeForwardedTo
(
typeof
(
DBDataPermission
))]
61
[
assembly
:
TypeForwardedTo
(
typeof
(
DBDataPermissionAttribute
))]
62
[
assembly
:
TypeForwardedTo
(
typeof
(
DbDataReader
))]
63
[
assembly
:
TypeForwardedTo
(
typeof
(
DbDataReaderExtensions
))]
64
[
assembly
:
TypeForwardedTo
(
typeof
(
DbDataRecord
))]
65
[
assembly
:
TypeForwardedTo
(
typeof
(
DbDataSourceEnumerator
))]
66
[
assembly
:
TypeForwardedTo
(
typeof
(
DbEnumerator
))]
67
[
assembly
:
TypeForwardedTo
(
typeof
(
DbException
))]
68
[
assembly
:
TypeForwardedTo
(
typeof
(
DbMetaDataCollectionNames
))]
69
[
assembly
:
TypeForwardedTo
(
typeof
(
DbMetaDataColumnNames
))]
70
[
assembly
:
TypeForwardedTo
(
typeof
(
DbParameter
))]
71
[
assembly
:
TypeForwardedTo
(
typeof
(
DbParameterCollection
))]
72
[
assembly
:
TypeForwardedTo
(
typeof
(
DbProviderFactories
))]
73
[
assembly
:
TypeForwardedTo
(
typeof
(
DbProviderFactory
))]
74
[
assembly
:
TypeForwardedTo
(
typeof
(
DbProviderSpecificTypePropertyAttribute
))]
75
[
assembly
:
TypeForwardedTo
(
typeof
(
DbTransaction
))]
76
[
assembly
:
TypeForwardedTo
(
typeof
(
GroupByBehavior
))]
77
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbColumnSchemaGenerator
))]
78
[
assembly
:
TypeForwardedTo
(
typeof
(
IdentifierCase
))]
79
[
assembly
:
TypeForwardedTo
(
typeof
(
RowUpdatedEventArgs
))]
80
[
assembly
:
TypeForwardedTo
(
typeof
(
RowUpdatingEventArgs
))]
81
[
assembly
:
TypeForwardedTo
(
typeof
(
SchemaTableColumn
))]
82
[
assembly
:
TypeForwardedTo
(
typeof
(
SchemaTableOptionalColumn
))]
83
[
assembly
:
TypeForwardedTo
(
typeof
(
SupportedJoinOperators
))]
84
[
assembly
:
TypeForwardedTo
(
typeof
(
ConflictOption
))]
85
[
assembly
:
TypeForwardedTo
(
typeof
(
ConnectionState
))]
86
[
assembly
:
TypeForwardedTo
(
typeof
(
Constraint
))]
87
[
assembly
:
TypeForwardedTo
(
typeof
(
ConstraintCollection
))]
88
[
assembly
:
TypeForwardedTo
(
typeof
(
ConstraintException
))]
89
[
assembly
:
TypeForwardedTo
(
typeof
(
DataColumn
))]
90
[
assembly
:
TypeForwardedTo
(
typeof
(
DataColumnChangeEventArgs
))]
91
[
assembly
:
TypeForwardedTo
(
typeof
(DataColumnChangeEventHandler))]
92
[
assembly
:
TypeForwardedTo
(
typeof
(
DataColumnCollection
))]
93
[
assembly
:
TypeForwardedTo
(
typeof
(
DataException
))]
94
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRelation
))]
95
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRelationCollection
))]
96
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRow
))]
97
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowAction
))]
98
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowBuilder
))]
99
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowChangeEventArgs
))]
100
[
assembly
:
TypeForwardedTo
(
typeof
(DataRowChangeEventHandler))]
101
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowCollection
))]
102
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowState
))]
103
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowVersion
))]
104
[
assembly
:
TypeForwardedTo
(
typeof
(
DataRowView
))]
105
[
assembly
:
TypeForwardedTo
(
typeof
(
DataSet
))]
106
[
assembly
:
TypeForwardedTo
(
typeof
(
DataSetDateTime
))]
107
[
assembly
:
TypeForwardedTo
(
typeof
(
DataSysDescriptionAttribute
))]
108
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTable
))]
109
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableClearEventArgs
))]
110
[
assembly
:
TypeForwardedTo
(
typeof
(DataTableClearEventHandler))]
111
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableCollection
))]
112
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableNewRowEventArgs
))]
113
[
assembly
:
TypeForwardedTo
(
typeof
(DataTableNewRowEventHandler))]
114
[
assembly
:
TypeForwardedTo
(
typeof
(
DataTableReader
))]
115
[
assembly
:
TypeForwardedTo
(
typeof
(
DataView
))]
116
[
assembly
:
TypeForwardedTo
(
typeof
(
DataViewManager
))]
117
[
assembly
:
TypeForwardedTo
(
typeof
(
DataViewRowState
))]
118
[
assembly
:
TypeForwardedTo
(
typeof
(
DataViewSetting
))]
119
[
assembly
:
TypeForwardedTo
(
typeof
(
DataViewSettingCollection
))]
120
[
assembly
:
TypeForwardedTo
(
typeof
(
DBConcurrencyException
))]
121
[
assembly
:
TypeForwardedTo
(
typeof
(
DbType
))]
122
[
assembly
:
TypeForwardedTo
(
typeof
(
DeletedRowInaccessibleException
))]
123
[
assembly
:
TypeForwardedTo
(
typeof
(
DuplicateNameException
))]
124
[
assembly
:
TypeForwardedTo
(
typeof
(
EvaluateException
))]
125
[
assembly
:
TypeForwardedTo
(
typeof
(
FillErrorEventArgs
))]
126
[
assembly
:
TypeForwardedTo
(
typeof
(
FillErrorEventHandler
))]
127
[
assembly
:
TypeForwardedTo
(
typeof
(
ForeignKeyConstraint
))]
128
[
assembly
:
TypeForwardedTo
(
typeof
(
IColumnMapping
))]
129
[
assembly
:
TypeForwardedTo
(
typeof
(
IColumnMappingCollection
))]
130
[
assembly
:
TypeForwardedTo
(
typeof
(
IDataAdapter
))]
131
[
assembly
:
TypeForwardedTo
(
typeof
(
IDataParameter
))]
132
[
assembly
:
TypeForwardedTo
(
typeof
(
IDataParameterCollection
))]
133
[
assembly
:
TypeForwardedTo
(
typeof
(
IDataReader
))]
134
[
assembly
:
TypeForwardedTo
(
typeof
(
IDataRecord
))]
135
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbCommand
))]
136
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbConnection
))]
137
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbDataAdapter
))]
138
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbDataParameter
))]
139
[
assembly
:
TypeForwardedTo
(
typeof
(
IDbTransaction
))]
140
[
assembly
:
TypeForwardedTo
(
typeof
(
InRowChangingEventException
))]
141
[
assembly
:
TypeForwardedTo
(
typeof
(
InternalDataCollectionBase
))]
142
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidConstraintException
))]
143
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidExpressionException
))]
144
[
assembly
:
TypeForwardedTo
(
typeof
(
IsolationLevel
))]
145
[
assembly
:
TypeForwardedTo
(
typeof
(
ITableMapping
))]
146
[
assembly
:
TypeForwardedTo
(
typeof
(
ITableMappingCollection
))]
147
[
assembly
:
TypeForwardedTo
(
typeof
(
KeyRestrictionBehavior
))]
148
[
assembly
:
TypeForwardedTo
(
typeof
(
LoadOption
))]
149
[
assembly
:
TypeForwardedTo
(
typeof
(
MappingType
))]
150
[
assembly
:
TypeForwardedTo
(
typeof
(
MergeFailedEventArgs
))]
151
[
assembly
:
TypeForwardedTo
(
typeof
(
MergeFailedEventHandler
))]
152
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingMappingAction
))]
153
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingPrimaryKeyException
))]
154
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingSchemaAction
))]
155
[
assembly
:
TypeForwardedTo
(
typeof
(
NoNullAllowedException
))]
156
[
assembly
:
TypeForwardedTo
(
typeof
(
ODBC32
))]
157
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcCommand
))]
158
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcCommandBuilder
))]
159
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcConnection
))]
160
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcConnectionStringBuilder
))]
161
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcDataAdapter
))]
162
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcDataReader
))]
163
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcError
))]
164
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcErrorCollection
))]
165
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcException
))]
166
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcFactory
))]
167
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcInfoMessageEventArgs
))]
168
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcInfoMessageEventHandler
))]
169
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcMetaDataCollectionNames
))]
170
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcMetaDataColumnNames
))]
171
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcParameter
))]
172
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcParameterCollection
))]
173
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcPermission
))]
174
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcPermissionAttribute
))]
175
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcRowUpdatedEventArgs
))]
176
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcRowUpdatedEventHandler
))]
177
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcRowUpdatingEventArgs
))]
178
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcRowUpdatingEventHandler
))]
179
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcTransaction
))]
180
[
assembly
:
TypeForwardedTo
(
typeof
(
OdbcType
))]
181
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbCommand
))]
182
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbCommandBuilder
))]
183
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbConnection
))]
184
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbConnectionStringBuilder
))]
185
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbDataAdapter
))]
186
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbDataReader
))]
187
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbEnumerator
))]
188
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbError
))]
189
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbErrorCollection
))]
190
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbException
))]
191
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbFactory
))]
192
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbInfoMessageEventArgs
))]
193
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbInfoMessageEventHandler
))]
194
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbLiteral
))]
195
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbMetaDataCollectionNames
))]
196
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbMetaDataColumnNames
))]
197
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbParameter
))]
198
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbParameterCollection
))]
199
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbPermission
))]
200
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbPermissionAttribute
))]
201
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbRowUpdatedEventArgs
))]
202
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbRowUpdatedEventHandler
))]
203
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbRowUpdatingEventArgs
))]
204
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbRowUpdatingEventHandler
))]
205
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbSchemaGuid
))]
206
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbTransaction
))]
207
[
assembly
:
TypeForwardedTo
(
typeof
(
OleDbType
))]
208
[
assembly
:
TypeForwardedTo
(
typeof
(
OperationAbortedException
))]
209
[
assembly
:
TypeForwardedTo
(
typeof
(
ParameterDirection
))]
210
[
assembly
:
TypeForwardedTo
(
typeof
(
PropertyCollection
))]
211
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlyException
))]
212
[
assembly
:
TypeForwardedTo
(
typeof
(
RowNotInTableException
))]
213
[
assembly
:
TypeForwardedTo
(
typeof
(
Rule
))]
214
[
assembly
:
TypeForwardedTo
(
typeof
(
SchemaSerializationMode
))]
215
[
assembly
:
TypeForwardedTo
(
typeof
(
SchemaType
))]
216
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializationFormat
))]
217
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotificationRequest
))]
218
[
assembly
:
TypeForwardedTo
(
typeof
(
ApplicationIntent
))]
219
[
assembly
:
TypeForwardedTo
(
typeof
(
OnChangeEventHandler
))]
220
[
assembly
:
TypeForwardedTo
(
typeof
(
PoolBlockingPeriod
))]
221
[
assembly
:
TypeForwardedTo
(
typeof
(
SortOrder
))]
222
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBulkCopy
))]
223
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBulkCopyColumnMapping
))]
224
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBulkCopyColumnMappingCollection
))]
225
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBulkCopyOptions
))]
226
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlClientFactory
))]
227
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlClientMetaDataCollectionNames
))]
228
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlClientPermission
))]
229
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlClientPermissionAttribute
))]
230
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlCommand
))]
231
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlCommandBuilder
))]
232
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlConnection
))]
233
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlConnectionStringBuilder
))]
234
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlCredential
))]
235
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDataAdapter
))]
236
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDataReader
))]
237
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDependency
))]
238
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlError
))]
239
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlErrorCollection
))]
240
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlException
))]
241
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlInfoMessageEventArgs
))]
242
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlInfoMessageEventHandler
))]
243
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotificationEventArgs
))]
244
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotificationInfo
))]
245
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotificationSource
))]
246
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotificationType
))]
247
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlParameter
))]
248
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlParameterCollection
))]
249
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowsCopiedEventArgs
))]
250
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowsCopiedEventHandler
))]
251
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowUpdatedEventArgs
))]
252
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowUpdatedEventHandler
))]
253
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowUpdatingEventArgs
))]
254
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlRowUpdatingEventHandler
))]
255
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlTransaction
))]
256
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDbType
))]
257
[
assembly
:
TypeForwardedTo
(
typeof
(
INullable
))]
258
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlAlreadyFilledException
))]
259
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBinary
))]
260
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBoolean
))]
261
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlByte
))]
262
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlBytes
))]
263
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlChars
))]
264
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlCompareOptions
))]
265
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDateTime
))]
266
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDecimal
))]
267
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlDouble
))]
268
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlFileStream
))]
269
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlGuid
))]
270
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlInt16
))]
271
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlInt32
))]
272
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlInt64
))]
273
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlMoney
))]
274
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNotFilledException
))]
275
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlNullValueException
))]
276
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlSingle
))]
277
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlString
))]
278
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlTruncateException
))]
279
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlTypeException
))]
280
[
assembly
:
TypeForwardedTo
(
typeof
(
SqlXml
))]
281
[
assembly
:
TypeForwardedTo
(
typeof
(
StorageState
))]
282
[
assembly
:
TypeForwardedTo
(
typeof
(
StateChangeEventArgs
))]
283
[
assembly
:
TypeForwardedTo
(
typeof
(
StateChangeEventHandler
))]
284
[
assembly
:
TypeForwardedTo
(
typeof
(
StatementCompletedEventArgs
))]
285
[
assembly
:
TypeForwardedTo
(
typeof
(
StatementCompletedEventHandler
))]
286
[
assembly
:
TypeForwardedTo
(
typeof
(
StatementType
))]
287
[
assembly
:
TypeForwardedTo
(
typeof
(
StrongTypingException
))]
288
[
assembly
:
TypeForwardedTo
(
typeof
(
SyntaxErrorException
))]
289
[
assembly
:
TypeForwardedTo
(
typeof
(
UniqueConstraint
))]
290
[
assembly
:
TypeForwardedTo
(
typeof
(
UpdateRowSource
))]
291
[
assembly
:
TypeForwardedTo
(
typeof
(
UpdateStatus
))]
292
[
assembly
:
TypeForwardedTo
(
typeof
(
VersionNotFoundException
))]
293
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlReadMode
))]
294
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlWriteMode
))]
295
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDataDocument
))]
296
[
module
:
SkipLocalsInit
]
System.Data.Common.DataAdapter
Definition
DataAdapter.cs:11
System.Data.Common.DataColumnMappingCollection
Definition
DataColumnMappingCollection.cs:10
System.Data.Common.DataColumnMapping
Definition
DataColumnMapping.cs:11
System.Data.Common.DataTableMappingCollection
Definition
DataTableMappingCollection.cs:12
System.Data.Common.DataTableMapping
Definition
DataTableMapping.cs:11
System.Data.Common.DbColumn
Definition
DbColumn.cs:4
System.Data.Common.DbCommandBuilder
Definition
DbCommandBuilder.cs:10
System.Data.Common.DbCommand
Definition
DbCommand.cs:9
System.Data.Common.DbConnectionStringBuilder
Definition
DbConnectionStringBuilder.cs:15
System.Data.Common.DbConnection
Definition
DbConnection.cs:10
System.Data.Common.DbDataAdapter
Definition
DbDataAdapter.cs:9
System.Data.Common.DbDataReaderExtensions
Definition
DbDataReaderExtensions.cs:7
System.Data.Common.DbDataReader
Definition
DbDataReader.cs:12
System.Data.Common.DbDataRecord
Definition
DbDataRecord.cs:7
System.Data.Common.DbDataSourceEnumerator
Definition
DbDataSourceEnumerator.cs:4
System.Data.Common.DbEnumerator
Definition
DbEnumerator.cs:8
System.Data.Common.DbException
Definition
DbException.cs:10
System.Data.Common.DbMetaDataCollectionNames
Definition
DbMetaDataCollectionNames.cs:4
System.Data.Common.DbMetaDataColumnNames
Definition
DbMetaDataColumnNames.cs:4
System.Data.Common.DbParameterCollection
Definition
DbParameterCollection.cs:7
System.Data.Common.DbParameter
Definition
DbParameter.cs:7
System.Data.Common.DbProviderFactories
Definition
DbProviderFactories.cs:11
System.Data.Common.DbProviderFactory
Definition
DbProviderFactory.cs:7
System.Data.Common.DbProviderSpecificTypePropertyAttribute
Definition
DbProviderSpecificTypePropertyAttribute.cs:5
System.Data.Common.DbTransaction
Definition
DbTransaction.cs:7
System.Data.Common.RowUpdatedEventArgs
Definition
RowUpdatedEventArgs.cs:4
System.Data.Common.RowUpdatingEventArgs
Definition
RowUpdatingEventArgs.cs:4
System.Data.Common.SchemaTableColumn
Definition
SchemaTableColumn.cs:4
System.Data.Common.SchemaTableOptionalColumn
Definition
SchemaTableOptionalColumn.cs:4
System.Data.ConstraintCollection
Definition
ConstraintCollection.cs:11
System.Data.ConstraintException
Definition
ConstraintException.cs:9
System.Data.Constraint
Definition
Constraint.cs:11
System.Data.DBConcurrencyException
Definition
DBConcurrencyException.cs:10
System.Data.DataColumnChangeEventArgs
Definition
DataColumnChangeEventArgs.cs:4
System.Data.DataColumnCollection
Definition
DataColumnCollection.cs:13
System.Data.DataColumn
Definition
DataColumn.cs:24
System.Data.DataException
Definition
DataException.cs:9
System.Data.DataRelationCollection
Definition
DataRelationCollection.cs:13
System.Data.DataRelation
Definition
DataRelation.cs:14
System.Data.DataRowBuilder
Definition
DataRowBuilder.cs:4
System.Data.DataRowChangeEventArgs
Definition
DataRowChangeEventArgs.cs:4
System.Data.DataRowCollection
Definition
DataRowCollection.cs:6
System.Data.DataRowView
Definition
DataRowView.cs:7
System.Data.DataRow
Definition
DataRow.cs:11
System.Data.DataSet
Definition
DataSet.cs:28
System.Data.DataSysDescriptionAttribute
Definition
DataSysDescriptionAttribute.cs:8
System.Data.DataTableClearEventArgs
Definition
DataTableClearEventArgs.cs:4
System.Data.DataTableCollection
Definition
DataTableCollection.cs:14
System.Data.DataTableNewRowEventArgs
Definition
DataTableNewRowEventArgs.cs:4
System.Data.DataTableReader
Definition
DataTableReader.cs:9
System.Data.DataTable
Definition
DataTable.cs:29
System.Data.DataViewManager
Definition
DataViewManager.cs:14
System.Data.DataViewSettingCollection
Definition
DataViewSettingCollection.cs:9
System.Data.DataViewSetting
Definition
DataViewSetting.cs:8
System.Data.DataView
Definition
DataView.cs:17
System.Data.DeletedRowInaccessibleException
Definition
DeletedRowInaccessibleException.cs:9
System.Data.DuplicateNameException
Definition
DuplicateNameException.cs:9
System.Data.EvaluateException
Definition
EvaluateException.cs:9
System.Data.FillErrorEventArgs
Definition
FillErrorEventArgs.cs:4
System.Data.ForeignKeyConstraint
Definition
ForeignKeyConstraint.cs:10
System.Data.InRowChangingEventException
Definition
InRowChangingEventException.cs:9
System.Data.InternalDataCollectionBase
Definition
InternalDataCollectionBase.cs:8
System.Data.InvalidConstraintException
Definition
InvalidConstraintException.cs:9
System.Data.InvalidExpressionException
Definition
InvalidExpressionException.cs:9
System.Data.MergeFailedEventArgs
Definition
MergeFailedEventArgs.cs:4
System.Data.MissingPrimaryKeyException
Definition
MissingPrimaryKeyException.cs:9
System.Data.NoNullAllowedException
Definition
NoNullAllowedException.cs:9
System.Data.PropertyCollection
Definition
PropertyCollection.cs:10
System.Data.ReadOnlyException
Definition
ReadOnlyException.cs:9
System.Data.RowNotInTableException
Definition
RowNotInTableException.cs:9
System.Data.SqlTypes.SqlAlreadyFilledException
Definition
SqlAlreadyFilledException.cs:9
System.Data.SqlTypes.SqlBytes
Definition
SqlBytes.cs:11
System.Data.SqlTypes.SqlChars
Definition
SqlChars.cs:11
System.Data.SqlTypes.SqlNotFilledException
Definition
SqlNotFilledException.cs:9
System.Data.SqlTypes.SqlNullValueException
Definition
SqlNullValueException.cs:9
System.Data.SqlTypes.SqlTruncateException
Definition
SqlTruncateException.cs:9
System.Data.SqlTypes.SqlTypeException
Definition
SqlTypeException.cs:9
System.Data.SqlTypes.SqlXml
Definition
SqlXml.cs:13
System.Data.StateChangeEventArgs
Definition
StateChangeEventArgs.cs:4
System.Data.StatementCompletedEventArgs
Definition
StatementCompletedEventArgs.cs:4
System.Data.StrongTypingException
Definition
StrongTypingException.cs:9
System.Data.SyntaxErrorException
Definition
SyntaxErrorException.cs:9
System.Data.UniqueConstraint
Definition
UniqueConstraint.cs:9
System.Data.VersionNotFoundException
Definition
VersionNotFoundException.cs:9
System.Xml.XmlDataDocument
Definition
XmlDataDocument.cs:14
System.Data.Common.IDbColumnSchemaGenerator
Definition
IDbColumnSchemaGenerator.cs:6
System.Data.IColumnMappingCollection
Definition
IColumnMappingCollection.cs:6
System.Data.IColumnMapping
Definition
IColumnMapping.cs:4
System.Data.IDataAdapter
Definition
IDataAdapter.cs:6
System.Data.IDataParameterCollection
Definition
IDataParameterCollection.cs:6
System.Data.IDataParameter
Definition
IDataParameter.cs:6
System.Data.IDataReader
Definition
IDataReader.cs:4
System.Data.IDataRecord
Definition
IDataRecord.cs:6
System.Data.IDbCommand
Definition
IDbCommand.cs:6
System.Data.IDbConnection
Definition
IDbConnection.cs:6
System.Data.IDbDataAdapter
Definition
IDbDataAdapter.cs:4
System.Data.IDbDataParameter
Definition
IDbDataParameter.cs:4
System.Data.IDbTransaction
Definition
IDbTransaction.cs:4
System.Data.ITableMappingCollection
Definition
ITableMappingCollection.cs:6
System.Data.ITableMapping
Definition
ITableMapping.cs:4
System.Data.SqlTypes.INullable
Definition
INullable.cs:4
System.Data.Common.CatalogLocation
CatalogLocation
Definition
CatalogLocation.cs:4
System.Data.Common.SupportedJoinOperators
SupportedJoinOperators
Definition
SupportedJoinOperators.cs:5
System.Data.Common.IdentifierCase
IdentifierCase
Definition
IdentifierCase.cs:4
System.Data.Common.GroupByBehavior
GroupByBehavior
Definition
GroupByBehavior.cs:4
System.Data.Common
Definition
ADP.cs:12
System.Data.SqlTypes.SqlCompareOptions
SqlCompareOptions
Definition
SqlCompareOptions.cs:8
System.Data.SqlTypes.StorageState
StorageState
Definition
StorageState.cs:4
System.Data.SqlTypes
Definition
EComparison.cs:1
System.Data.Rule
Rule
Definition
Rule.cs:4
System.Data.MergeFailedEventHandler
delegate void MergeFailedEventHandler(object sender, MergeFailedEventArgs e)
System.Data.SchemaSerializationMode
SchemaSerializationMode
Definition
SchemaSerializationMode.cs:4
System.Data.ConnectionState
ConnectionState
Definition
ConnectionState.cs:5
System.Data.MissingSchemaAction
MissingSchemaAction
Definition
MissingSchemaAction.cs:4
System.Data.StatementType
StatementType
Definition
StatementType.cs:4
System.Data.ParameterDirection
ParameterDirection
Definition
ParameterDirection.cs:4
System.Data.IsolationLevel
IsolationLevel
Definition
IsolationLevel.cs:4
System.Data.UpdateRowSource
UpdateRowSource
Definition
UpdateRowSource.cs:4
System.Data.SqlDbType
SqlDbType
Definition
SqlDbType.cs:4
System.Data.XmlWriteMode
XmlWriteMode
Definition
XmlWriteMode.cs:4
System.Data.FillErrorEventHandler
delegate void FillErrorEventHandler(object sender, FillErrorEventArgs e)
System.Data.DataRowVersion
DataRowVersion
Definition
DataRowVersion.cs:4
System.Data.SchemaType
SchemaType
Definition
SchemaType.cs:4
System.Data.UpdateStatus
UpdateStatus
Definition
UpdateStatus.cs:4
System.Data.KeyRestrictionBehavior
KeyRestrictionBehavior
Definition
KeyRestrictionBehavior.cs:4
System.Data.StatementCompletedEventHandler
delegate void StatementCompletedEventHandler(object sender, StatementCompletedEventArgs e)
System.Data.MissingMappingAction
MissingMappingAction
Definition
MissingMappingAction.cs:4
System.Data.XmlReadMode
XmlReadMode
Definition
XmlReadMode.cs:4
System.Data.AcceptRejectRule
AcceptRejectRule
Definition
AcceptRejectRule.cs:4
System.Data.LoadOption
LoadOption
Definition
LoadOption.cs:4
System.Data.DataRowState
DataRowState
Definition
DataRowState.cs:5
System.Data.ConflictOption
ConflictOption
Definition
ConflictOption.cs:4
System.Data.MappingType
MappingType
Definition
MappingType.cs:4
System.Data.DataViewRowState
DataViewRowState
Definition
DataViewRowState.cs:8
System.Data.StateChangeEventHandler
delegate void StateChangeEventHandler(object sender, StateChangeEventArgs e)
System.Data.DataRowAction
DataRowAction
Definition
DataRowAction.cs:5
System.Data.DataSetDateTime
DataSetDateTime
Definition
DataSetDateTime.cs:4
System.Data.DbType
DbType
Definition
DbType.cs:4
System.Data.CommandBehavior
CommandBehavior
Definition
CommandBehavior.cs:5
System.Data.SerializationFormat
SerializationFormat
Definition
SerializationFormat.cs:4
System.Data.CommandType
CommandType
Definition
CommandType.cs:4
System.Data
Definition
ADP.cs:12
System.Diagnostics
Definition
AggregationManager.cs:6
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Security.Permissions
Definition
CodeAccessSecurityAttribute.cs:1
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ParseFailureKind.Format
@ Format
System
Definition
BlockingCollection.cs:8
System.Data.SqlTypes.SqlBinary
Definition
SqlBinary.cs:11
System.Data.SqlTypes.SqlBoolean
Definition
SqlBoolean.cs:14
System.Data.SqlTypes.SqlByte
Definition
SqlByte.cs:14
System.Data.SqlTypes.SqlDateTime
Definition
SqlDateTime.cs:15
System.Data.SqlTypes.SqlDecimal
Definition
SqlDecimal.cs:11
System.Data.SqlTypes.SqlDouble
Definition
SqlDouble.cs:15
System.Data.SqlTypes.SqlGuid
Definition
SqlGuid.cs:14
System.Data.SqlTypes.SqlInt16
Definition
SqlInt16.cs:14
System.Data.SqlTypes.SqlInt32
Definition
SqlInt32.cs:14
System.Data.SqlTypes.SqlInt64
Definition
SqlInt64.cs:14
System.Data.SqlTypes.SqlMoney
Definition
SqlMoney.cs:12
System.Data.SqlTypes.SqlSingle
Definition
SqlSingle.cs:12
System.Data.SqlTypes.SqlString
Definition
SqlString.cs:16
source
System.Data
Properties
AssemblyInfo.cs
Generated by
1.10.0