RelationalPropertyAnnotations.GetDefaultValueSql(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 default constraint SQL expression that should be used when creating a column for this property.
protected virtual string GetDefaultValueSql (bool fallback);
abstract member GetDefaultValueSql : bool -> string
override this.GetDefaultValueSql : bool -> string
Protected Overridable Function GetDefaultValueSql (fallback As Boolean) As String
Parameters
- fallback
- Boolean
If true
, then a non-null value will only be returned if neither of DefaultValue
or ComputedColumnSql are set for this property.
Returns
The default constraint SQL expression that should be used when creating a column for this property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework