Create Statement with the parameters needed to delete a record for the given database table
Create Statement with the parameters needed to delete a record for the given database table
public static Statement CreateDeleteStatementForTable(string,string);
Create Statement with the parameters needed to delete a record for the given database table with metadata from the provided Provider
public static Statement CreateDeleteStatementForTable(string,string,Provider);
SqlProvider Class | SnapDAL.Providers Namespace