ContextDataSourceView.EntityTypeName Property

Definition

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

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

Property Value

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

Applies to