ContextDataSource.EntityTypeName Property

Definition

Gets or sets the name of the type that is created for Insert, Delete, and Update operations.

public:
 virtual property System::String ^ EntityTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string EntityTypeName { get; set; }
member this.EntityTypeName : string with get, set
Public Overridable Property EntityTypeName As String

Property Value

The name of the type that is created for Insert, Delete, and Update operations.

Applies to