ContextDataSourceView.EntitySetType Property

Definition

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

protected:
 property Type ^ EntitySetType { Type ^ get(); };
protected Type EntitySetType { get; }
member this.EntitySetType : Type
Protected ReadOnly Property EntitySetType As Type

Property Value

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

Applies to