Gets/Sets the the insert string. Used when you want to specify the sql statement or stored procedure.
[Visual Basic]
Protected Property InsertString As String
[C#]
protected string InsertString {get; set;}
See Also
Adapter Class | Adapter Members | Magnusson.Data.SqlClient Namespace