ContextDataSource::EntityTypeName Property
.NET Framework (current version)
Gets or sets the name of the type that is created for Insert, Delete, and Update operations.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property String^ EntityTypeName { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The name of the type that is created for Insert, Delete, and Update operations.
.NET Framework
Available since 4.0
Available since 4.0
Show: