Create Statement with the parameters needed to update a record for the given database table
Create Statement with the parameters needed to update a record for the given database table
public static Statement CreateUpdateStatementForTable(string,string);
Create Statement with the parameters needed to update a record for the given database table with meta data coming from the selected provider
public static Statement CreateUpdateStatementForTable(string,string,Provider);
SqlProvider Class | SnapDAL.Providers Namespace