SqlCeParameter Properties

The properties of the SqlCeParameter class are listed here. For a complete list of SqlCeParameter class members, see the SqlCeParameter Members topic.

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.

See Also

SqlCeParameter Class | System.Data.SqlServerCe Namespace