3 references to NotSupported
System.Data (3)
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (1)
110
case OleDbPropertyStatus.
NotSupported
:
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
1179
return OleDbPropertyStatus.
NotSupported
;
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1648
return OleDbPropertyStatus.
NotSupported
;