Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,480 bytes

 UpdateTextStatement

Represents the updatetext statement.
public ScalarExpression DeleteLength { get; set; }

Can be an integer, negative integer, NULL or a variable.

public ScalarExpression InsertOffset { get; set; }

Can be an integer, negative integer, NULL or a variable.

Optional may be null. Source column. Has to be at least a two part name including table.

public ValueExpression SourceParameter { get; set; }

This can come after source column if it is not null and be a binary or a variable. If the source column is null, it can be NULL, Ascii or Unicode string, binary or variable.