public RowToken Create( Table table, Dictionary<string,object> values )
Public Overloads Function Create( _ ByVal table As Table, _ ByVal values As Dictionary(Of String,Object) _ ) As RowToken
Parameters
- table
- The table to create the new row in.
- values
- The attributes to assign the new row.
Return Value
A RowToken object that represents the row to be created.