SyncTableCollection.Add Method (String)

Adds a SyncTable object with the specified table name to the end of the collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Function Add ( _
    tableName As String _
) As SyncTable
'Usage
Dim instance As SyncTableCollection
Dim tableName As String
Dim returnValue As SyncTable

returnValue = instance.Add(tableName)
public SyncTable Add(
    string tableName
)
public:
SyncTable^ Add(
    String^ tableName
)
member Add : 
        tableName:string -> SyncTable 
public function Add(
    tableName : String
) : SyncTable

Parameters

Return Value

Type: Microsoft.Synchronization.Data.SyncTable
A SyncTable object for the specified table name.

See Also

Reference

SyncTableCollection Class

Add Overload

Microsoft.Synchronization.Data Namespace