-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Create Stored Procedures For:
- Select a row
- Insert a row
- Update a row
- Delete a row
from a table that includes valid parameters for each column. Possibly using results fromSELECT * FROM INFORMATION_SCHEMA.COLUMNS;
.
Include SET NOCOUNT ON;
Possibly create template code for ADO.NET for each of these.
Create BIML code for each (OLEDBCommand)