6 references to IDBCreateCommandCreateCommand
System.Data.OleDb (6)
OleDbConnectionString.cs (1)
82
internal UnsafeNativeMethods.
IDBCreateCommandCreateCommand
? DangerousIDBCreateCommandCreateCommand;
OleDbWrapper.cs (5)
305
private UnsafeNativeMethods.
IDBCreateCommandCreateCommand
? DangerousIDBCreateCommandCreateCommand;
352
DangerousIDBCreateCommandCreateCommand = Marshal.GetDelegateForFunctionPointer<UnsafeNativeMethods.
IDBCreateCommandCreateCommand
>(method);
387
UnsafeNativeMethods.
IDBCreateCommandCreateCommand
CreateCommand = constr.DangerousIDBCreateCommandCreateCommand;
393
CreateCommand = Marshal.GetDelegateForFunctionPointer<UnsafeNativeMethods.
IDBCreateCommandCreateCommand
>(method);
405
UnsafeNativeMethods.
IDBCreateCommandCreateCommand
? CreateCommand = DangerousIDBCreateCommandCreateCommand;