SqlParameter Properties
.NET Framework 1.1
The properties of the SqlParameter class are listed here. For a complete list of SqlParameter class members, see the SqlParameter Members topic.
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. |
