次の方法で共有


SqlServerPropertyAnnotations.GetComputedColumnSql(Boolean) メソッド

定義

プロパティの計算された SQL 式セットを取得します。

protected override string GetComputedColumnSql (bool fallback);
override this.GetComputedColumnSql : bool -> string
Protected Overrides Function GetComputedColumnSql (fallback As Boolean) As String

パラメーター

fallback
Boolean

と特定のSQL ServerValueGenerationStrategyが設定されている場合true、これらの方法では計算式が使用されないため、このメソッドは常に を返nullします。

戻り値

計算式。何 null も設定されていない場合は 。

適用対象