Gets/Sets the spl parameters in an array. The parameters are used to update fields in the database
[Visual Basic]
Protected updateParams As System.Data.SqlClient.SqlParameter()
[C#]
protected SqlParameter[] updateParams;
See Also
Adapter Class | Adapter Members | Magnusson.Data.SqlClient Namespace