340 references to Log
System.Data.Common (340)
System\Data\Common\AdapterUtil.Common.cs (1)
30
DataCommonEventSource.
Log
.Trace(trace, e);
System\Data\Common\DataAdapter.cs (9)
235
DataCommonEventSource.
Log
.Trace("<comm.DataAdapter.CreateTableMappings|API> {0}", ObjectID);
260
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DataAdapter.FillSchema|API> {0}, dataSet, schemaType={1}, srcTable, dataReader", ObjectID, schemaType);
286
DataCommonEventSource.
Log
.ExitScope(logScopeId);
293
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DataAdapter.FillSchema|API> {0}, dataTable, schemaType, dataReader", ObjectID);
315
DataCommonEventSource.
Log
.ExitScope(logScopeId);
375
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DataAdapter.Fill|API> {0}, dataSet, srcTable, dataReader, startRecord, maxRecords", ObjectID);
408
DataCommonEventSource.
Log
.ExitScope(logScopeId);
420
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DataAdapter.Fill|API> {0}, dataTables[], dataReader, startRecord, maxRecords", ObjectID);
506
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\Common\DataCommonEventSource.cs (11)
30
if (!
Log
.IsEnabled()) return;
37
if (!
Log
.IsEnabled()) return;
44
if (!
Log
.IsEnabled()) return;
51
if (!
Log
.IsEnabled()) return;
58
if (!
Log
.IsEnabled()) return;
65
if (!
Log
.IsEnabled()) return;
73
if (
Log
.IsEnabled())
85
internal long EnterScope<T1>(string format, T1 arg1) =>
Log
.IsEnabled() ? EnterScope(string.Format(format, arg1)) : 0;
88
internal long EnterScope<T1, T2>(string format, T1 arg1, T2 arg2) =>
Log
.IsEnabled() ? EnterScope(string.Format(format, arg1, arg2)) : 0;
91
internal long EnterScope<T1, T2, T3>(string format, T1 arg1, T2 arg2, T3 arg3) =>
Log
.IsEnabled() ? EnterScope(string.Format(format, arg1, arg2, arg3)) : 0;
94
internal long EnterScope<T1, T2, T3, T4>(string format, T1 arg1, T2 arg2, T3 arg3, T4 arg4) =>
Log
.IsEnabled() ? EnterScope(string.Format(format, arg1, arg2, arg3, arg4)) : 0;
System\Data\Common\DbConnectionOptions.cs (2)
176
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionOptions|INFO|ADV> KeyName='{0}', KeyValue='{1}'", keyname, keyvalue);
180
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionOptions|INFO|ADV> KeyName='{0}'", keyname);
System\Data\Common\DbConnectionStringBuilder.cs (15)
82
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.get_Item|API> {0}, keyword='{1}'", ObjectID, keyword);
140
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.get_ConnectionString|API> {0}", ObjectID);
162
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.set_ConnectionString|API> {0}", ObjectID);
220
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.Keys|API> {0}", ObjectID);
243
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.Values|API> {0}", ObjectID);
283
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.Clear|API>");
307
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.ICollection.CopyTo|API> {0}", ObjectID);
315
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.EquivalentTo|API> {0}, connectionStringBuilder={1}", ObjectID, connectionStringBuilder.ObjectID);
333
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.IEnumerable.GetEnumerator|API> {0}", ObjectID);
338
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.IDictionary.GetEnumerator|API> {0}", ObjectID);
361
DataCommonEventSource.
Log
.Trace("<comm.DbConnectionStringBuilder.Remove|API> {0}, keyword='{1}'", ObjectID, keyword);
406
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbConnectionStringBuilder.GetProperties|INFO> {0}", ObjectID);
420
DataCommonEventSource.
Log
.ExitScope(logScopeId);
432
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbConnectionStringBuilder.GetProperties|API> {0}", ObjectID);
532
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\Common\DbDataAdapter.cs (34)
294
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataTable, schemaType={1}", ObjectID, schemaType);
303
DataCommonEventSource.
Log
.ExitScope(logScopeId);
310
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataSet, schemaType={1}", ObjectID, schemaType);
323
DataCommonEventSource.
Log
.ExitScope(logScopeId);
330
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataSet, schemaType={1}, srcTable={2}", ObjectID, (int)schemaType, srcTable);
339
DataCommonEventSource.
Log
.ExitScope(logScopeId);
346
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataSet, schemaType, command, srcTable, behavior={1}", ObjectID, behavior);
370
DataCommonEventSource.
Log
.ExitScope(logScopeId);
377
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.FillSchema|API> {0}, dataTable, schemaType, command, behavior={1}", ObjectID, behavior);
402
DataCommonEventSource.
Log
.ExitScope(logScopeId);
449
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet", ObjectID);
459
DataCommonEventSource.
Log
.ExitScope(logScopeId);
465
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet, srcTable='{1}'", ObjectID, srcTable);
475
DataCommonEventSource.
Log
.ExitScope(logScopeId);
481
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet, startRecord={1}, maxRecords={2}, srcTable='{3}'", ObjectID, startRecord, maxRecords, srcTable);
491
DataCommonEventSource.
Log
.ExitScope(logScopeId);
497
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataSet, startRecord, maxRecords, srcTable, command, behavior={1}", ObjectID, behavior);
524
DataCommonEventSource.
Log
.ExitScope(logScopeId);
530
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataTable", ObjectID);
541
DataCommonEventSource.
Log
.ExitScope(logScopeId);
547
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, startRecord={1}, maxRecords={2}, dataTable[]", ObjectID, startRecord, maxRecords);
557
DataCommonEventSource.
Log
.ExitScope(logScopeId);
563
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataTable, command, behavior={1}", ObjectID, behavior);
572
DataCommonEventSource.
Log
.ExitScope(logScopeId);
578
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Fill|API> {0}, dataTables[], startRecord, maxRecords, command, behavior={1}", ObjectID, behavior);
609
DataCommonEventSource.
Log
.ExitScope(logScopeId);
850
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Update|API> {0}, dataRows[]", ObjectID);
882
DataCommonEventSource.
Log
.ExitScope(logScopeId);
889
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Update|API> {0}, dataTable", ObjectID);
915
DataCommonEventSource.
Log
.ExitScope(logScopeId);
922
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Update|API> {0}, dataSet, srcTable='{1}'", ObjectID, srcTable);
956
DataCommonEventSource.
Log
.ExitScope(logScopeId);
963
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<comm.DbDataAdapter.Update|API> {0}, dataRows[], tableMapping", ObjectID);
1360
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\DataColumn.cs (19)
127
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.DataColumn|API> {0}, columnName='{1}', expr='{2}', type={3}", ObjectID, columnName, expr, type);
193
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataColumn.set_AllowDBNull|API> {0}, {1}", ObjectID, value);
210
DataCommonEventSource.
Log
.ExitScope(logScopeId);
226
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_AutoIncrement|API> {0}, {1}", ObjectID, value);
285
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_AutoIncrementSeed|API> {0}, {1}", ObjectID, value);
303
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_AutoIncrementStep|API> {0}, {1}", ObjectID, value);
358
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataColumn.set_ColumnName|API> {0}, '{1}'", ObjectID, value);
394
DataCommonEventSource.
Log
.ExitScope(logScopeId);
429
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_Prefix|API> {0}, '{1}'", ObjectID, value);
673
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_DefaultValue|API> {0}", ObjectID);
717
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataColumn.set_Expression|API> {0}, '{1}'", ObjectID, value);
833
DataCommonEventSource.
Log
.ExitScope(logScopeId);
920
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataColumn.set_MaxLength|API> {0}, {1}", ObjectID, value);
949
DataCommonEventSource.
Log
.ExitScope(logScopeId);
971
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_Namespace|API> {0}, '{1}'", ObjectID, value);
1057
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_ReadOnly|API> {0}, {1}", ObjectID, value);
1215
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataColumn.set_Unique|API> {0}, {1}", ObjectID, value);
1267
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1304
DataCommonEventSource.
Log
.Trace("<ds.DataColumn.set_ColumnMapping|API> {0}, {1}", ObjectID, value);
System\Data\DataException.cs (1)
316
DataCommonEventSource.
Log
.Trace(trace, e);
System\Data\DataRelation.cs (10)
88
DataCommonEventSource.
Log
.Trace("<ds.DataRelation.DataRelation|API> {0}, relationName='{1}', parentColumn={2}, childColumn={3}, createConstraints={4}",
359
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRelation.set_RelationName|API> {0}, '{1}'", ObjectID, value);
393
DataCommonEventSource.
Log
.ExitScope(logScopeId);
413
DataCommonEventSource.
Log
.Trace("<ds.DataRelation.CheckNestedRelations|INFO> {0}", ObjectID);
472
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRelation.set_Nested|API> {0}, {1}", ObjectID, value);
576
DataCommonEventSource.
Log
.ExitScope(logScopeId);
683
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRelation.Create|INFO> {0}, relationName='{1}', createConstraints={2}", ObjectID, relationName, createConstraints);
709
DataCommonEventSource.
Log
.ExitScope(logScopeId);
715
DataCommonEventSource.
Log
.Trace("<ds.DataRelation.Clone|INFO> {0}, destination={1}", ObjectID, (destination != null) ? destination.ObjectID : 0);
752
DataCommonEventSource.
Log
.Trace("<ds.DataRelation.OnPropertyChanging|INFO> {0}", ObjectID);
System\Data\DataRelationCollection.cs (15)
49
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRelationCollection.Add|API> {0}, relation={1}", ObjectID, (relation != null) ? relation.ObjectID : 0);
71
DataCommonEventSource.
Log
.ExitScope(logScopeId);
185
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.AddCore|INFO> {0}, relation={1}", ObjectID, (relation != null) ? relation.ObjectID : 0);
219
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.add_CollectionChanged|API> {0}", ObjectID);
224
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.remove_CollectionChanged|API> {0}", ObjectID);
233
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.add_CollectionChanging|INFO> {0}", ObjectID);
238
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.remove_CollectionChanging|INFO> {0}", ObjectID);
258
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRelationCollection.Clear|API> {0}", ObjectID);
273
DataCommonEventSource.
Log
.ExitScope(logScopeId);
377
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.OnCollectionChanged|INFO> {0}", ObjectID);
386
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.OnCollectionChanging|INFO> {0}", ObjectID);
398
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.RegisterName|INFO> {0}, name='{1}'", ObjectID, name);
429
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.Remove|API> {0}, relation={1}", ObjectID, (relation != null) ? relation.ObjectID : 0);
486
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.RemoveCore|INFO> {0}, relation={1}", ObjectID, (relation != null) ? relation.ObjectID : 0);
512
DataCommonEventSource.
Log
.Trace("<ds.DataRelationCollection.UnregisterName|INFO> {0}, name='{1}'", ObjectID, name);
System\Data\DataRow.cs (8)
80
DataCommonEventSource.
Log
.Trace("<ds.DataRow.set_RBTreeNodeId|INFO> {0}, value={1}", _objectID, value);
94
DataCommonEventSource.
Log
.Trace("<ds.DataRow.set_RowError|API> {0}, value='{1}'", _objectID, value);
540
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRow.AcceptChanges|API> {0}", _objectID);
567
DataCommonEventSource.
Log
.ExitScope(logScopeId);
732
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRow.SetColumnError|API> {0}, column={1}, error='{2}'", _objectID, column.ObjectID, error);
744
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1179
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataRow.RejectChanges|API> {0}", _objectID);
1226
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\DataSet.cs (69)
93
DataCommonEventSource.
Log
.Trace("<ds.DataSet.DataSet|API> {0}", ObjectID); // others will call this constr
687
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.set_EnforceConstraints|API> {0}, {1}", ObjectID, value);
701
DataCommonEventSource.
Log
.ExitScope(logScopeId);
713
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.EnableConstraints|INFO> {0}", ObjectID);
745
DataCommonEventSource.
Log
.ExitScope(logScopeId);
758
DataCommonEventSource.
Log
.Trace("<ds.DataSet.set_DataSetName|API> {0}, '{1}'", ObjectID, value);
785
DataCommonEventSource.
Log
.Trace("<ds.DataSet.set_Namespace|API> {0}, '{1}'", ObjectID, value);
883
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.set_Locale|API> {0}", ObjectID);
897
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1062
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.AcceptChanges|API> {0}", ObjectID);
1072
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1117
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Clear|API> {0}", ObjectID);
1131
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1148
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Clone|API> {0}", ObjectID);
1241
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1250
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Copy|API> {0}", ObjectID);
1272
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1327
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.GetChanges|API> {0}, rowStates={1}", ObjectID, rowStates);
1384
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1466
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.GetXml|API> {0}", ObjectID);
1479
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1487
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.GetXmlSchema|API> {0}", ObjectID);
1499
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1543
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.HasChanges|API> {0}, rowStates={1}", ObjectID, (int)rowStates);
1570
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1581
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.InferXmlSchema|API> {0}", ObjectID);
1609
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1672
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ReadXmlSchema|INFO> {0}, reader, denyResolving={1}", ObjectID, denyResolving);
1778
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2036
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.WriteXmlSchema|INFO> {0}, schemaFormat={1}", ObjectID, schemaFormat);
2059
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2073
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ReadXml|INFO> {0}, denyResolving={1}", ObjectID, denyResolving);
2339
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2400
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.InferSchema|INFO> {0}, mode={1}", ObjectID, mode);
2433
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2453
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ReadXmlDiffgram|INFO> {0}", ObjectID);
2575
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2590
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ReadXml|INFO> {0}, mode={1}, denyResolving={2}", ObjectID, mode, denyResolving);
2832
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2943
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.WriteXml|API> {0}, mode={1}", ObjectID, mode);
2963
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2971
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.WriteXml|API> {0}, fileName='{1}', mode={2}", ObjectID, fileName, (int)mode);
2992
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3007
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, dataSet={1}", ObjectID, (dataSet != null) ? dataSet.ObjectID : 0);
3015
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3025
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, dataSet={1}, preserveChanges={2}", ObjectID, (dataSet != null) ? dataSet.ObjectID : 0, preserveChanges);
3033
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3044
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, dataSet={1}, preserveChanges={2}, missingSchemaAction={3}", ObjectID, (dataSet != null) ? dataSet.ObjectID : 0, preserveChanges, missingSchemaAction);
3068
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3077
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, table={1}", ObjectID, (table != null) ? table.ObjectID : 0);
3085
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3095
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, table={1}, preserveChanges={2}, missingSchemaAction={3}", ObjectID, (table != null) ? table.ObjectID : 0, preserveChanges, missingSchemaAction);
3119
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3125
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, rows", ObjectID);
3132
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3138
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Merge|API> {0}, preserveChanges={1}, missingSchemaAction={2}", ObjectID, preserveChanges, missingSchemaAction);
3162
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3265
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.RejectChanges|API> {0}", ObjectID);
3278
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3288
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Reset|API> {0}", ObjectID);
3313
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3319
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ValidateCaseConstraint|INFO> {0}", ObjectID);
3353
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3359
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.ValidateLocaleConstraint|INFO> {0}", ObjectID);
3393
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3612
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.Load|API> reader, loadOption={0}", loadOption);
3640
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3683
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataSet.GetDataReader|API> {0}", ObjectID);
3703
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\DataTable.cs (85)
167
DataCommonEventSource.
Log
.Trace("<ds.DataTable.DataTable|API> {0}", ObjectID);
984
DataCommonEventSource.
Log
.Trace("<ds.DataTable.RestoreIndexEvents|Info> {0}, {1}", ObjectID, _suspendIndexEvents);
1036
DataCommonEventSource.
Log
.Trace("<ds.DataTable.SuspendIndexEvents|Info> {0}, {1}", ObjectID, _suspendIndexEvents);
1414
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.set_Locale|API> {0}", ObjectID);
1473
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1776
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.set_TableName|API> {0}, value='{1}'", ObjectID, value);
1836
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1906
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.set_Namespace|API> {0}, value='{1}'", ObjectID, value);
1931
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2071
DataCommonEventSource.
Log
.Trace("<ds.DataTable.set_Prefix|API> {0}, value='{1}'", ObjectID, value);
2293
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.AcceptChanges|API> {0}", ObjectID);
2319
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2331
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Clone|INFO> {0}, cloneDS={1}", ObjectID, (cloneDS != null) ? cloneDS.ObjectID : 0);
2343
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2521
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Copy|API> {0}", ObjectID);
2535
DataCommonEventSource.
Log
.ExitScope(logScopeId);
2546
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_ColumnChanging|API> {0}", ObjectID);
2551
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_ColumnChanging|API> {0}", ObjectID);
2560
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_ColumnChanged|API> {0}", ObjectID);
2565
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_ColumnChanged|API> {0}", ObjectID);
2580
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_PropertyChanging|INFO> {0}", ObjectID);
2585
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_PropertyChanging|INFO> {0}", ObjectID);
2597
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_RowChanged|API> {0}", ObjectID);
2602
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_RowChanged|API> {0}", ObjectID);
2614
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_RowChanging|API> {0}", ObjectID);
2619
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_RowChanging|API> {0}", ObjectID);
2631
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_RowDeleting|API> {0}", ObjectID);
2636
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_RowDeleting|API> {0}", ObjectID);
2648
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_RowDeleted|API> {0}", ObjectID);
2653
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_RowDeleted|API> {0}", ObjectID);
2662
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_TableClearing|API> {0}", ObjectID);
2667
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_TableClearing|API> {0}", ObjectID);
2676
DataCommonEventSource.
Log
.Trace("<ds.DataTable.add_TableCleared|API> {0}", ObjectID);
2681
DataCommonEventSource.
Log
.Trace("<ds.DataTable.remove_TableCleared|API> {0}", ObjectID);
2839
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Clear|INFO> {0}, clearAll={1}", ObjectID, clearAll);
2891
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3094
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.GetChanges|API> {0}", ObjectID);
3118
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3124
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.GetChanges|API> {0}, rowStates={1}", ObjectID, rowStates);
3151
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3235
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.ImportRow|API> {0}", ObjectID);
3281
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3287
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.InsertRow|INFO> {0}, row={1}", ObjectID, row._objectID);
3367
DataCommonEventSource.
Log
.ExitScope(logScopeId);
3559
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnColumnChanging|INFO> {0}", ObjectID);
3569
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnColumnChanged|INFO> {0}", ObjectID);
3578
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnPropertyChanging|INFO> {0}", ObjectID);
3625
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnRowChanged|INFO> {0}", ObjectID);
3638
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnRowChanging|INFO> {0}", ObjectID);
3651
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnRowDeleting|INFO> {0}", ObjectID);
3664
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnRowDeleted|INFO> {0}", ObjectID);
3673
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnTableCleared|INFO> {0}", ObjectID);
3682
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnTableClearing|INFO> {0}", ObjectID);
3691
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnTableNewRow|INFO> {0}", ObjectID);
3700
DataCommonEventSource.
Log
.Trace("<ds.DataTable.OnInitialized|INFO> {0}", ObjectID);
3972
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.RejectChanges|API> {0}", ObjectID);
3985
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4030
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Reset|API> {0}", ObjectID);
4057
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4220
DataCommonEventSource.
Log
.Trace("<ds.DataTable.Select|API> {0}", ObjectID);
4231
DataCommonEventSource.
Log
.Trace("<ds.DataTable.Select|API> {0}, filterExpression='{1}'", ObjectID, filterExpression);
4242
DataCommonEventSource.
Log
.Trace("<ds.DataTable.Select|API> {0}, filterExpression='{1}', sort='{2}'", ObjectID, filterExpression, sort);
4253
DataCommonEventSource.
Log
.Trace("<ds.DataTable.Select|API> {0}, filterExpression='{1}', sort='{2}', recordStates={3}", ObjectID, filterExpression, sort, recordStates);
4597
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.BeginLoadData|API> {0}", ObjectID);
4638
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4644
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.EndLoadData|API> {0}", ObjectID);
4675
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4685
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.LoadDataRow|API> {0}, fAcceptChanges={1}", ObjectID, fAcceptChanges);
4737
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4746
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.LoadDataRow|API> {0}, loadOption={1}", ObjectID, loadOption);
4790
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4940
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Merge|API> {0}, table={1}, preserveChanges={2}, missingSchemaAction={3}", ObjectID, (table != null) ? table.ObjectID : 0, preserveChanges, missingSchemaAction);
4963
DataCommonEventSource.
Log
.ExitScope(logScopeId);
4976
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.Load|API> {0}, loadOption={1}", ObjectID, loadOption);
5003
DataCommonEventSource.
Log
.ExitScope(logScopeId);
5394
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.WriteXml|API> {0}, mode={1}", ObjectID, mode);
5455
DataCommonEventSource.
Log
.ExitScope(logScopeId);
5467
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.WriteXml|API> {0}, fileName='{1}', mode={2}", ObjectID, fileName, mode);
5482
DataCommonEventSource.
Log
.ExitScope(logScopeId);
5567
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.WriteXmlSchema|API> {0}", ObjectID);
5614
DataCommonEventSource.
Log
.ExitScope(logScopeId);
5737
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.ReadXml|INFO> {0}, denyResolving={1}", ObjectID, denyResolving);
5972
DataCommonEventSource.
Log
.ExitScope(logScopeId);
6480
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTable.ReadXmlSchema|INFO> {0}, denyResolving={1}", ObjectID, denyResolving);
6658
DataCommonEventSource.
Log
.ExitScope(logScopeId);
System\Data\DataTableCollection.cs (23)
38
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.DataTableCollection|INFO> {0}, dataSet={1}", ObjectID, (dataSet != null) ? dataSet.ObjectID : 0);
149
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.Add|API> {0}, table={1}", ObjectID, (table != null) ? table.ObjectID : 0);
165
DataCommonEventSource.
Log
.ExitScope(logScopeId);
171
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.AddRange|API> {0}", ObjectID);
193
DataCommonEventSource.
Log
.ExitScope(logScopeId);
231
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.add_CollectionChanged|API> {0}", ObjectID);
236
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.remove_CollectionChanged|API> {0}", ObjectID);
245
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.add_CollectionChanging|API> {0}", ObjectID);
250
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.remove_CollectionChanging|API> {0}", ObjectID);
382
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.CanRemove|INFO> {0}, table={1}, fThrowException={2}", ObjectID, (table != null) ? table.ObjectID : 0, fThrowException);
453
DataCommonEventSource.
Log
.ExitScope(logScopeId);
462
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.Clear|API> {0}", ObjectID);
483
DataCommonEventSource.
Log
.ExitScope(logScopeId);
715
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.OnCollectionChanged|INFO> {0}", ObjectID);
724
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.OnCollectionChanging|INFO> {0}", ObjectID);
736
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.RegisterName|INFO> {0}, name='{1}', tbNamespace='{2}'", ObjectID, name, tbNamespace);
760
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.Remove|API> {0}, table={1}", ObjectID, (table != null) ? table.ObjectID : 0);
769
DataCommonEventSource.
Log
.ExitScope(logScopeId);
778
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.RemoveAt|API> {0}, index={1}", ObjectID, index);
790
DataCommonEventSource.
Log
.ExitScope(logScopeId);
799
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataTableCollection.Remove|API> {0}, name='{1}'", ObjectID, name);
811
DataCommonEventSource.
Log
.ExitScope(logScopeId);
840
DataCommonEventSource.
Log
.Trace("<ds.DataTableCollection.UnregisterName|INFO> {0}, name='{1}'", ObjectID, name);
System\Data\DataView.cs (25)
100
DataCommonEventSource.
Log
.Trace("<ds.DataView.DataView|INFO> {0}, table={1}, locked={2}", ObjectID, (table != null) ? table.ObjectID : 0, locked);
133
DataCommonEventSource.
Log
.Trace("<ds.DataView.DataView|API> {0}, table={1}, RowFilter='{2}', Sort='{3}', RowState={4}",
166
DataCommonEventSource.
Log
.Trace("<ds.DataView.DataView|API> %d#, table=%d, RowState=%d{ds.DataViewRowState}\n",
220
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_ApplyDefaultSort|API> {0}, {1}", ObjectID, value);
315
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_RowFilter|API> {0}, '{1}'", ObjectID, value);
383
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_RowStateFilter|API> {0}, {1}", ObjectID, value);
428
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_Sort|API> {0}, '{1}'", ObjectID, value);
453
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_SortComparison|API> {0}", ObjectID);
475
DataCommonEventSource.
Log
.Trace("<ds.DataView.set_Table|API> {0}, {1}", ObjectID, (value != null) ? value.ObjectID : 0);
535
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataView.AddNew|API> {0}", ObjectID);
560
DataCommonEventSource.
Log
.ExitScope(logScopeId);
684
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataView.Delete|API> {0}, row={1}", ObjectID, row._objectID);
701
DataCommonEventSource.
Log
.ExitScope(logScopeId);
746
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataView.FindRows|API> {0}", ObjectID);
755
DataCommonEventSource.
Log
.ExitScope(logScopeId);
785
DataCommonEventSource.
Log
.Trace("<ds.DataView.FinishAddNew|INFO> {0}, success={1}", ObjectID, success);
976
DataCommonEventSource.
Log
.Trace("<ds.DataView.add_ListChanged|API> {0}", ObjectID);
981
DataCommonEventSource.
Log
.Trace("<ds.DataView.remove_ListChanged|API> {0}", ObjectID);
1046
DataCommonEventSource.
Log
.Trace("<ds.DataView.RemoveSort|API> {0}", ObjectID);
1110
DataCommonEventSource.
Log
.Trace("<ds.DataView.RemoveFilter|API> {0}", ObjectID);
1361
DataCommonEventSource.
Log
.Trace("<ds.DataView.OnListChanged|INFO> {0}, ListChangedType={1}", ObjectID, e.ListChangedType);
1530
DataCommonEventSource.
Log
.Trace("<ds.DataView.SetIndex|INFO> {0}, newSort='{1}', newRowStates={2}", ObjectID, newSort, newRowStates);
1574
long logScopeId = DataCommonEventSource.
Log
.EnterScope("<ds.DataView.UpdateIndex|INFO> {0}, force={1}", ObjectID, force);
1628
DataCommonEventSource.
Log
.ExitScope(logScopeId);
1679
DataCommonEventSource.
Log
.Trace("<ds.DataView.ToTable|API> {0}, TableName='{1}', distinct={2}", ObjectID, tableName, distinct);
System\Data\Selection.cs (13)
111
DataCommonEventSource.
Log
.Trace("<ds.Index.Index|API> {0}, table={1}, recordStates={2}",
189
DataCommonEventSource.
Log
.Trace("<ds.Index.AcceptRecord|API> {0}, record={1}", ObjectID, record);
229
DataCommonEventSource.
Log
.Trace("<ds.Index.AddRef|API> {0}", ObjectID);
250
DataCommonEventSource.
Log
.Trace("<ds.Index.RemoveRef|API> {0}", ObjectID);
414
DataCommonEventSource.
Log
.Trace("<ds.Index.DeleteRecord|INFO> {0}, recordIndex={1}, fireEvent={2}", ObjectID, recordIndex, fireEvent);
675
DataCommonEventSource.
Log
.Trace("<ds.Index.FireResetEvent|API> {0}", ObjectID);
788
DataCommonEventSource.
Log
.Trace("<ds.Index.InsertRecord|INFO> {0}, record={1}, fireEvent={2}", ObjectID, record, fireEvent);
858
DataCommonEventSource.
Log
.Trace("<ds.Index.OnListChanged|INFO> {0}", ObjectID);
881
DataCommonEventSource.
Log
.Trace("<ds.Index.Reset|API> {0}", ObjectID);
889
DataCommonEventSource.
Log
.Trace("<ds.Index.RecordChanged|API> {0}, record={1}", ObjectID, record);
903
DataCommonEventSource.
Log
.Trace("<ds.Index.RecordChanged|API> {0}, oldIndex={1}, newIndex={2}", ObjectID, oldIndex, newIndex);
930
DataCommonEventSource.
Log
.Trace("<ds.Index.RecordStateChanged|API> {0}, record={1}, oldState={2}, newState={3}", ObjectID, record, oldState, newState);
939
DataCommonEventSource.
Log
.Trace("<ds.Index.RecordStateChanged|API> {0}, oldRecord={1}, oldOldState={2}, oldNewState={3}, newRecord={4}, newOldState={5}, newNewState={6}",