SqlServerPropertyAnnotations.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 SQL expression set for the property.
protected override string GetComputedColumnSql (bool fallback);
override this.GetComputedColumnSql : bool -> string
Protected Overrides Function GetComputedColumnSql (fallback As Boolean) As String
Parameters
- fallback
- Boolean
If true
, and some SQL Server specific
ValueGenerationStrategy has been set, then this method will always
return null
because these strategies do not use computed expressions.
Returns
The computed expression, or null
if none has been set.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework