共用方式為


MetaTable.InsertMethod 屬性

定義

取得用來執行插入作業的 DataContext 方法。

public:
 abstract property System::Reflection::MethodInfo ^ InsertMethod { System::Reflection::MethodInfo ^ get(); };
public abstract System.Reflection.MethodInfo InsertMethod { get; }
member this.InsertMethod : System.Reflection.MethodInfo
Public MustOverride ReadOnly Property InsertMethod As MethodInfo

屬性值

MethodInfo,對應於插入作業所使用的方法。

適用於