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