Sql.Net Class Library Documentation

UpdateTerm Constructor 

Creates an UpdateTerm

public UpdateTerm(
   string fieldName,
   SqlExpression val
);

Parameters

fieldName
The name of the field to be updated
val
New field value

See Also

UpdateTerm Class | Reeb.SqlOM Namespace