次の方法で共有


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

適用対象