SqlCeParameter Members

Represents a parameter to a SqlCeCommand and, optionally, its mapping to a DataSet column. This class cannot be inherited.

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

Public Constructors

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

Top

Public Properties

  Name Description
98aszbd7.pubproperty(en-us,VS.90).gif DbType Overridden. Gets or sets the DbType of the parameter.
98aszbd7.pubproperty(en-us,VS.90).gif Direction Overridden. This property always returns ParameterDirection.Input for .NET Compact Framework Data Provider for SQL Server Compact 3.5 SP1. Setting this property to a different value causes an InvalidOperationException to be thrown.
98aszbd7.pubproperty(en-us,VS.90).gif IsNullable Overridden. Gets or sets a value indicating whether or not the parameter accepts null values.
98aszbd7.pubproperty(en-us,VS.90).gif Offset  
98aszbd7.pubproperty(en-us,VS.90).gif ParameterName Overridden. Gets or sets the name of the SqlCeParameter.
98aszbd7.pubproperty(en-us,VS.90).gif Precision Gets or sets the maximum number of digits used to represent the Value property.
98aszbd7.pubproperty(en-us,VS.90).gif Scale Gets or sets the number of decimal places to which Value is resolved.
98aszbd7.pubproperty(en-us,VS.90).gif Size Overridden. Gets or sets the maximum length of the data within the column.
98aszbd7.pubproperty(en-us,VS.90).gif SourceColumn Overridden. Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
98aszbd7.pubproperty(en-us,VS.90).gif SourceColumnNullMapping Overridden.  
98aszbd7.pubproperty(en-us,VS.90).gif SourceVersion Overridden. Gets or sets the DataRowVersion to use when loading Value.
98aszbd7.pubproperty(en-us,VS.90).gif SqlDbType Gets or sets the SqlDbType of the parameter.
98aszbd7.pubproperty(en-us,VS.90).gif Value Overridden. Gets or sets the value of the parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
98aszbd7.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
98aszbd7.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
98aszbd7.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
98aszbd7.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
98aszbd7.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
98aszbd7.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
98aszbd7.pubmethod(en-us,VS.90).gif 98aszbd7.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
98aszbd7.pubmethod(en-us,VS.90).gif ResetDbType Overridden. Resets the type associated with this SqlCeParameter.
98aszbd7.pubmethod(en-us,VS.90).gif ToString Overridden. Gets a string containing the ParameterName.

Top

Protected Methods

  Name Description
98aszbd7.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
98aszbd7.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top

Explicit Interface Implementations

  Name Description
System.ICloneable.Clone  
System.Data.IDbDataParameter.Precision  (inherited from DbParameter )
System.Data.IDbDataParameter.Scale  (inherited from DbParameter )

Top

See Also

Reference

SqlCeParameter Class
System.Data.SqlServerCe Namespace