AutoCode Used for insert a new row into tTestTable2

[Visual Basic]
Public Sub InsertTestTable2( _
   ByVal charCol As String, _
   ByVal bigintCol As Long, _
   ByVal decimalCol As Decimal, _
   ByVal realCol As Double, _
   ByVal moneyCol As String _
)
[C#]
public void InsertTestTable2(
   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