다음을 통해 공유


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입니다.

적용 대상