SqlCeRemoteDataAccess.Push Method (String, String)

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

Transmits changes from a pulled tracked table in SQL Server Compact back to the originating SQL Server table. These changes are individually applied to the server in separate transactions.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Sub Push ( _
    localTableName As String, _
    oleDBConnectionString As String _
)
'Usage
Dim instance As SqlCeRemoteDataAccess
Dim localTableName As String
Dim oleDBConnectionString As String

instance.Push(localTableName, oleDBConnectionString)
public void Push(
    string localTableName,
    string oleDBConnectionString
)
public:
void Push(
    String^ localTableName, 
    String^ oleDBConnectionString
)
member Push : 
        localTableName:string * 
        oleDBConnectionString:string -> unit 
public function Push(
    localTableName : String, 
    oleDBConnectionString : String
)

Parameters

  • localTableName
    Type: System.String
    The name of the SQL Server Compact table that will receive the extracted SQL Server records. An error occurs if the table already exists.

See Also

Reference

SqlCeRemoteDataAccess Class

Push Overload

System.Data.SqlServerCe Namespace