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

◆ GetDeleteCommand() [2/3]

DbCommand System.Data.Common.DbCommandBuilder.GetDeleteCommand ( bool useColumnsForParameterNames)
inline

Definition at line 1068 of file DbCommandBuilder.cs.

1069 {
1070 return GetDeleteCommand(null, useColumnsForParameterNames);
1071 }

References System.Data.Common.DbCommandBuilder.GetDeleteCommand().