execute non query using the stored procedure and sql command object
Namespace:
FlowWright.deDataAccess
Assembly:
deDataAccess (in deDataAccess.dll)
public bool NonQuery(
string SPName,
ref SqlCommand oSqlComm
)
Public Function NonQuery ( _
SPName As String, _
ByRef oSqlComm As SqlCommand _
) As Boolean
public:
bool^ NonQuery(
String^ SPName,
SqlCommand^% oSqlComm
)
Parameters
- SPName
- Type: String
Name of the sp.
- oSqlComm
- Type: SqlCommand%
The o SQL comm.
Return Value
true if XXXX,
false otherwise.