36 references to Trace
System.Data.Common (36)
System\Data\Common\DbConnectionOptions.cs (1)
176
DataCommonEventSource.Log.
Trace
("<comm.DbConnectionOptions|INFO|ADV> KeyName='{0}', KeyValue='{1}'", keyname, keyvalue);
System\Data\Common\DbConnectionStringBuilder.cs (3)
82
DataCommonEventSource.Log.
Trace
("<comm.DbConnectionStringBuilder.get_Item|API> {0}, keyword='{1}'", ObjectID, keyword);
315
DataCommonEventSource.Log.
Trace
("<comm.DbConnectionStringBuilder.EquivalentTo|API> {0}, connectionStringBuilder={1}", ObjectID, connectionStringBuilder.ObjectID);
361
DataCommonEventSource.Log.
Trace
("<comm.DbConnectionStringBuilder.Remove|API> {0}, keyword='{1}'", ObjectID, keyword);
System\Data\DataColumn.cs (7)
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);
429
DataCommonEventSource.Log.
Trace
("<ds.DataColumn.set_Prefix|API> {0}, '{1}'", ObjectID, value);
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);
1304
DataCommonEventSource.Log.
Trace
("<ds.DataColumn.set_ColumnMapping|API> {0}, {1}", ObjectID, value);
System\Data\DataRelation.cs (1)
715
DataCommonEventSource.Log.
Trace
("<ds.DataRelation.Clone|INFO> {0}, destination={1}", ObjectID, (destination != null) ? destination.ObjectID : 0);
System\Data\DataRelationCollection.cs (5)
185
DataCommonEventSource.Log.
Trace
("<ds.DataRelationCollection.AddCore|INFO> {0}, relation={1}", ObjectID, (relation != null) ? relation.ObjectID : 0);
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 (2)
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);
System\Data\DataSet.cs (2)
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);
System\Data\DataTable.cs (4)
984
DataCommonEventSource.Log.
Trace
("<ds.DataTable.RestoreIndexEvents|Info> {0}, {1}", ObjectID, _suspendIndexEvents);
1036
DataCommonEventSource.Log.
Trace
("<ds.DataTable.SuspendIndexEvents|Info> {0}, {1}", ObjectID, _suspendIndexEvents);
2071
DataCommonEventSource.Log.
Trace
("<ds.DataTable.set_Prefix|API> {0}, value='{1}'", ObjectID, value);
4231
DataCommonEventSource.Log.
Trace
("<ds.DataTable.Select|API> {0}, filterExpression='{1}'", ObjectID, filterExpression);
System\Data\DataTableCollection.cs (2)
38
DataCommonEventSource.Log.
Trace
("<ds.DataTableCollection.DataTableCollection|INFO> {0}, dataSet={1}", ObjectID, (dataSet != null) ? dataSet.ObjectID : 0);
840
DataCommonEventSource.Log.
Trace
("<ds.DataTableCollection.UnregisterName|INFO> {0}, name='{1}'", ObjectID, name);
System\Data\DataView.cs (7)
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);
475
DataCommonEventSource.Log.
Trace
("<ds.DataView.set_Table|API> {0}, {1}", ObjectID, (value != null) ? value.ObjectID : 0);
785
DataCommonEventSource.Log.
Trace
("<ds.DataView.FinishAddNew|INFO> {0}, success={1}", ObjectID, success);
1361
DataCommonEventSource.Log.
Trace
("<ds.DataView.OnListChanged|INFO> {0}, ListChangedType={1}", ObjectID, e.ListChangedType);
System\Data\Selection.cs (2)
189
DataCommonEventSource.Log.
Trace
("<ds.Index.AcceptRecord|API> {0}, record={1}", ObjectID, record);
889
DataCommonEventSource.Log.
Trace
("<ds.Index.RecordChanged|API> {0}, record={1}", ObjectID, record);