SnapDAL Library Documentation

SqlProvider.CreateDeleteStatementForTable Method

Create Statement with the parameters needed to delete a record for the given database table

Overload List

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);

See Also

SqlProvider Class | SnapDAL.Providers Namespace