RelationalPropertyAnnotations.CanSetComputedColumnSql(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否可以 ComputedColumnSql 在沒有衝突的情況下設定。
如果傳 ShouldThrowOnConflict 回 ,這個方法可能會擲回 true
。
protected virtual bool CanSetComputedColumnSql (string value);
abstract member CanSetComputedColumnSql : string -> bool
override this.CanSetComputedColumnSql : string -> bool
Protected Overridable Function CanSetComputedColumnSql (value As String) As Boolean
參數
- value
- String
要設定的值。
傳回
True
如果可以設定值,則為 ; false
否則。