The properties of the SqlCeParameter class are listed below. For a complete list of SqlCeParameter class members, see the SqlCeParameter Members topic.
DbType | Gets or sets the parameter's DbType |
Direction | 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. |
IsNullable | Gets a boolean value that determines if the parameter is nullable |
ParameterName | Gets or sets the parameter name |
Precision | Gets or sets the parameter precision |
Scale | Gets or sets the parameter scale |
Size | Gets or sets the parameter size |
SourceColumn | Gets or sets the parameter's source column |
SourceColumnNullMapping | Not implemented. |
SourceVersion | Gets or sets the DataRowVersion to use when loading Value. |
SqlDbType | Gets or sets the parameter's SqlDbType |
Value | Gets or sets the parameter value |
SqlCeParameter Class | Primeworks.DesktopSqlCe Namespace