SnapDAL Library Documentation

SqlProvider.CreateDeleteStatementForTable Method (String, String, Provider)

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 connectionString,
   string tableName,
   Provider provider
);

Parameters

connectionString
tableName
provider

Return Value

See Also

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