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