共用方式為


IClrPropertySetter 介面

定義

表示支援設定對應 EF 屬性值的已編譯委派所支援的作業。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public interface IClrPropertySetter
type IClrPropertySetter = interface
Public Interface IClrPropertySetter

備註

如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作

方法

SetClrValue(Object, Object)

設定屬性值。

適用於