RelationalPropertyAnnotations.GetComputedColumnSql(Boolean) Method
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.
Gets the computed constraint SQL expression that should be used when creating a column for this property.
protected virtual string GetComputedColumnSql (bool fallback);
abstract member GetComputedColumnSql : bool -> string
override this.GetComputedColumnSql : bool -> string
Protected Overridable Function GetComputedColumnSql (fallback As Boolean) As String
Parameters
- fallback
- Boolean
If true
, then a non-null value will only be returned if neither of DefaultValue
or DefaultValueSql are set for this property.
Returns
The computed constraint SQL expression that should be used when creating a column for this property.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework