EntityDataSource::InsertParameters Property
.NET Framework (current version)
Gets the collection of parameters that are used during an insert operation.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [BrowsableAttribute(false)] property ParameterCollection^ InsertParameters { ParameterCollection^ get(); }
Property Value
Type: System.Web.UI.WebControls::ParameterCollection^The parameters that are used during an insert operation.
For web applications that target ASP.NET 4 or earlier, the property value is stored in view state and is automatically maintained between postbacks. For web applications that target ASP.NET 4.5, the property value is not stored in view state, and you must set the value for each HTTP request.
.NET Framework
Available since 3.5
Available since 3.5
Show: