public void Create( Table table, Action<long> result )
Public Overloads Sub Create( _ ByVal table As Table, _ Optional ByVal result As Action(Of Long) _ )
Parameters
- table
- The table to create a new row in.
- result
- An optional callback that will be called with the resulting OID of the newly created row.