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
Public method SyncParameter Overloaded. Initializes a new instance of the SyncParameter class.

Top

Public Properties

  Name Description
Public property Name Gets or sets the name of the parameter.
Public property Value Gets or sets the value of the parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden. Determines whether a SyncParameter object is equal to a particular value.
Public method 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.
Public method GetType  (Inherited from Object.)
Public method Bb726174.static(en-us,SQL.105).gif op_Equality Determines whether the two specified SyncParameter objects are equal.
Public method Bb726174.static(en-us,SQL.105).gif op_Inequality Determines whether the two specified SyncParameter objects are not equal.
Public method Bb726174.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the SyncParameter object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncParameter Class
Microsoft.Synchronization.Data Namespace