London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum DataSourceMethod

Enumeration for describing the different data source methods.

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public enum DataSourceMethod

Fields

Name Description
Delete

Denotes a DataSource Delete operation.

Insert

Denotes a DataSource Insert operation.

Select

Denotes a DataSource Select operation.

Update

Denotes a DataSource Update operation.

Extension Methods