'Declaration Public Overloads ReadOnly Property Item( _ ByVal tableName As String _ ) As SyncProviderAdapterParameters |
public SyncProviderAdapterParameters Item( string tableName ) {get;} |
Parameters
- tableName
- The name of the table to look up.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal tableName As String _ ) As SyncProviderAdapterParameters |
public SyncProviderAdapterParameters Item( string tableName ) {get;} |