Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
DbType | Overridden. Gets or sets the DbType of the parameter. |
![]() |
Direction | Overridden. This property always returns ParameterDirection.Input for .NET Compact Framework Data Provider for SQL Server Compact Edition. Setting this property to a different value causes an InvalidOperationException to be thrown. |
![]() |
IsNullable | Overridden. Gets or sets a value indicating whether or not the parameter accepts null values. |
![]() |
Offset | |
![]() |
ParameterName | Overridden. Gets or sets the name of the SqlCeParameter. |
![]() |
Precision | Gets or sets the maximum number of digits used to represent the Value property. |
![]() |
Scale | Gets or sets the number of decimal places to which Value is resolved. |
![]() |
Size | Overridden. Gets or sets the maximum length of the data within the column. |
![]() |
SourceColumn | Overridden. Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value. |
![]() |
SourceColumnNullMapping | Overridden. |
![]() |
SourceVersion | Overridden. Gets or sets the DataRowVersion to use when loading Value. |
![]() |
SqlDbType | Gets or sets the SqlDbType of the parameter. |
![]() |
Value | Overridden. Gets or sets the value of the parameter. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) |
![]() |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) |
![]() |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
![]() |
ResetDbType | Overridden. Resets the type associated with this SqlCeParameter. |
![]() |
ToString | Overridden. Gets a string containing the ParameterName. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() |
System.ICloneable.Clone | For a description of this member, see Clone. |
Top
.gif)