Shunde.NET Framework Class Library

DBUtils.ExecuteSqlCommand Method

Executes a non-query SQL Command using the supplied SqlCommand object (useful for transactions)

Overload List

Executes a non-query SQL Command using the supplied SqlCommand object (useful for transactions)

public static void ExecuteSqlCommand(SqlCommand);

Executes a non-query SQL Command

public static void ExecuteSqlCommand(String);

See Also

DBUtils Class | Shunde.Utilities Namespace