AutoCode Used for update a row tTestTable2

[Visual Basic]
Public Sub UpdateTestTable2( _
   ByVal charCol As String, _
   ByVal bigintCol As Long, _
   ByVal decimalCol As Decimal, _
   ByVal realCol As Double, _
   ByVal moneyCol As String _
)
[C#]
public void UpdateTestTable2(
   string charCol,
   long bigintCol,
   decimal decimalCol,
   double realCol,
   string moneyCol
);

Parameters

charCol

bigintCol

decimalCol

realCol

moneyCol

See Also

TestTable2Modifier Class | TestTable2Modifier Members | Magnusson.Data.SqlAutomation Namespace