asp.net.ph

SqlDataSource.InsertCommandType Property

System.Web.UI.WebControls Namespace   SqlDataSource Class


.NET Framework version 2.0

Sets or retrieves a value indicating whether the text in the InsertCommand property is an SQL statement or the name of a stored procedure.

Syntax


Inline <asp:SqlDataSource insertcommandtype = enumValue ... >
Script SqlDataSource.InsertCommandType [ = enumValue ]

Property Value


enumValue One of the SqlDataSourceCommandType values. The default is the Text value.

The property is read/write with no default value.

Remarks

The InsertCommandType property delegates to the InsertCommandType property of the SqlDataSourceView object that is associated with the SqlDataSource control.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph