SqlCeParameter Properties

Include Protected Members
Include Inherited Members

The SqlCeParameter type exposes the following members.

Properties

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IDbDataParameter.Precision (inherited from DbParameter)
Explicit interface implemetationPrivate property IDbDataParameter.Scale (inherited from DbParameter)

Top

See Also

Reference

SqlCeParameter Class

System.Data.SqlServerCe Namespace