5 references to ICommandProperties
System.Data.OleDb (5)
DbPropSet.cs (1)
81internal DBPropSet(UnsafeNativeMethods.ICommandProperties properties, PropertyIDSet? propidset, out OleDbHResult hr) : this()
OleDbCommand.cs (4)
362internal UnsafeNativeMethods.ICommandProperties ICommandProperties() 365return (UnsafeNativeMethods.ICommandProperties)_icommandText; 1250UnsafeNativeMethods.ICommandProperties icommandProperties = ICommandProperties(); 1306UnsafeNativeMethods.ICommandProperties icommandProperties = ICommandProperties();