SnapDAL Library Documentation

SqlProvider.CreateDeleteStatementForTable Method (String, String)

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

public static Statement CreateDeleteStatementForTable(
   string connectionString,
   string tableName
);

Parameters

connectionString
tableName

Return Value

See Also

SqlProvider Class | SnapDAL.Providers Namespace | SqlProvider.CreateDeleteStatementForTable Overload List