2 implementations of Prepare
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
225
public abstract void
Prepare
();
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
54
public override void
Prepare
() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }