SqlCeParameter Members

SqlCeParameter overview

Public Constructors

public constructorSqlCeParameter Constructor

Supported only by the .NET Compact Framework.

Overloaded. Initializes a new instance of the SqlCeParameter class.

Public Properties

public propertyDbType

Supported only by the .NET Compact Framework.

Gets or sets the DbType of the parameter.
public propertyDirection

Supported only by the .NET Compact Framework.

This property always returns ParameterDirection.Input for SQL Server CE Data Provider. Setting this property to a different value causes an InvalidOperationException to be thrown.
public propertyIsNullable

Supported only by the .NET Compact Framework.

Gets or sets a value indicating whether or not the parameter accepts null values.
public propertyParameterName

Supported only by the .NET Compact Framework.

Gets or sets the name of the SqlCeParameter.
public propertyPrecision

Supported only by the .NET Compact Framework.

Gets or sets the maximum number of digits used to represent the Value property.
public propertyScale

Supported only by the .NET Compact Framework.

Gets or sets the number of decimal places to which Value is resolved.
public propertySize

Supported only by the .NET Compact Framework.

Gets or sets the maximum length of the data within the column.
public propertySourceColumn

Supported only by the .NET Compact Framework.

Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
public propertySourceVersion

Supported only by the .NET Compact Framework.

Gets or sets the DataRowVersion to use when loading Value.
public propertySqlDbType

Supported only by the .NET Compact Framework.

Gets or sets the SqlDbType of the parameter.
public propertyValue

Supported only by the .NET Compact Framework.

Gets or sets the value of the parameter.

Public Methods

public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodEquals (inherited from Object)

Supported only by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object)

Supported only by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object)

Supported only by the .NET Compact Framework.

Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodToString

Supported only by the .NET Compact Framework.

Overridden. Gets a string containing the ParameterName.

Protected Methods

protected methodFinalize (inherited from Object)

Supported only by the .NET Compact Framework.

Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported only by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

SqlCeParameter Class | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.