1 write to _depth
System.Data.OleDb (1)
OleDbDataReader.cs (1)
83
_depth
= depth;
4 references to _depth
System.Data.OleDb (4)
OleDbDataReader.cs (4)
79
if ((null != command) && (0 ==
_depth
))
91
if (0 ==
_depth
)
142
return
_depth
;
698
if ((null != cmd) && (0 ==
_depth
))