SyncParameter Members

Encapsulates information sent from the client to the server.

The following tables list the members exposed by the SyncParameter type.

Public Constructors

  Name Description
SyncParameter Overloaded. Initializes a new instance of the SyncParameter class.

Top

Public Properties

  Name Description
Bb726174.pubproperty(en-US,SQL.90).gif Name Gets or sets the name of the parameter.
Bb726174.pubproperty(en-US,SQL.90).gif Value Gets or sets the value of the parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb726174.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether a SyncParameter object is equal to a particular value.
Bb726174.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Serves as a hash function for a SyncParameter. This is suitable for use in hashing algorithms and data structures such as a hash table.
Bb726174.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb726174.pubmethod(en-US,SQL.90).gif Bb726174.static(en-US,SQL.90).gif op_Equality Determines whether the two specified SyncParameter objects are equal.
Bb726174.pubmethod(en-US,SQL.90).gif Bb726174.static(en-US,SQL.90).gif op_Inequality Determines whether the two specified SyncParameter objects are not equal.
Bb726174.pubmethod(en-US,SQL.90).gif Bb726174.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726174.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a string that represents the SyncParameter object.

Top

Protected Methods

  Name Description
Bb726174.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726174.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncParameter Class
Microsoft.Synchronization.Data Namespace