2 writes to _insertCommand
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
77
set {
_insertCommand
= value; }
82
set {
_insertCommand
= (OleDbCommand)value; }
2 references to _insertCommand
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbDataAdapter.cs (2)
76
get { return
_insertCommand
; }
81
get { return
_insertCommand
; }