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