ContextDataSourceView.EntityType Property

Definition

Gets or sets the object that is created for an insert, delete, or update operation.

protected:
 virtual property Type ^ EntityType { Type ^ get(); };
protected override Type EntityType { get; }
member this.EntityType : Type
Protected Overrides ReadOnly Property EntityType As Type

Property Value

The object that is created for an insert, delete, or update operation.

Applies to