SnapDAL Library Documentation

SqlProvider.CreateUpdateStatementForTable Method (String, String)

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

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

Parameters

connectionString
tableName

Return Value

See Also

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