BinaryPropertyConfiguration.IsRowVersion 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此屬性為資料庫中的資料列版本。 實際資料型別將會根據使用的資料庫提供者而異。 將此屬性設定為資料列版本會自動將它設定為開放式並行存取 Token。
public System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration IsRowVersion ();
member this.IsRowVersion : unit -> System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfiguration
Public Function IsRowVersion () As BinaryPropertyConfiguration
傳回
相同的 BinaryPropertyConfiguration 實例,以便鏈結多個呼叫。