5 references to ICommandProperties
System.Data (5)
fx\src\data\System\Data\OleDb\DBPropSet.cs (1)
83
internal DBPropSet(UnsafeNativeMethods.
ICommandProperties
properties, PropertyIDSet propidset, out OleDbHResult hr) : this() {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
352
internal UnsafeNativeMethods.
ICommandProperties
ICommandProperties() {
355
return (UnsafeNativeMethods.
ICommandProperties
) _icommandText;
1161
UnsafeNativeMethods.
ICommandProperties
icommandProperties = ICommandProperties();
1207
UnsafeNativeMethods.
ICommandProperties
icommandProperties = ICommandProperties();