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