SqlParameter Members
Public Constructors
SqlParameter Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the SqlParameter class. |
Public Properties
DbType Supported by the .NET Compact Framework. | Gets or sets the DbType of the parameter. |
Direction Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. |
IsNullable Supported by the .NET Compact Framework. | Gets or sets a value indicating whether the parameter accepts null values. |
Offset Supported by the .NET Compact Framework. | Gets or sets the offset to the Value property. |
ParameterName Supported by the .NET Compact Framework. | Gets or sets the name of the SqlParameter. |
Precision Supported by the .NET Compact Framework. | Gets or sets the maximum number of digits used to represent the Value property. |
Scale Supported by the .NET Compact Framework. | Gets or sets the number of decimal places to which Value is resolved. |
Size Supported by the .NET Compact Framework. | Gets or sets the maximum size, in bytes, of the data within the column. |
SourceColumn Supported by the .NET Compact Framework. | Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. |
SourceVersion Supported by the .NET Compact Framework. | Gets or sets the DataRowVersion to use when loading Value. |
SqlDbType Supported by the .NET Compact Framework. | Gets or sets the SqlDbType of the parameter. |
Value Supported by the .NET Compact Framework. | Gets or sets the value of the parameter. |
Public Methods
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object)
Supported 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. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString Supported by the .NET Compact Framework. | Overridden. Gets a string containing the ParameterName. |
Protected Methods
Finalize (inherited from Object)
Supported 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. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
