No only the Update API’s let you specify a list of fields, Save(), either Inserts or Updates an entire POCO, it doesn’t make sense to only insert a partial list of fields.
All Update APIs lets you specify a partial list of fields, not only UpdateOnly.