Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CloneCommand()

IDbCommand System.Data.Common.DbDataAdapter.CloneCommand ( IDbCommand command)
inlineprivate

Definition at line 238 of file DbDataAdapter.cs.

239 {
240 return (IDbCommand)((command is ICloneable) ? ((ICloneable)command).Clone() : null);
241 }

References System.Data.Common.DbDataAdapter.Clone().

Referenced by System.Data.Common.DbDataAdapter.CloneFrom().