ColumnValueSetter.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A value to be assigned to the column.
public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression Value { get; init; }
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression Value { get; }
member this.Value : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression with get, set
member this.Value : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Public Property Value As SqlExpression
Public Overridable ReadOnly Property Value As SqlExpression