InsertMethod Property
Collapse the table of content
Expand the table of content

MetaTable.InsertMethod Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the DataContext method that is used to perform insert operations.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public MustOverride ReadOnly Property InsertMethod As MethodInfo

Property Value

Type: System.Reflection.MethodInfo
The MethodInfo that corresponds to the method used for insert operations.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft