The SqlCmdParams type exposes the following members.

Constructors

  NameDescription
Public methodSqlCmdParams
Initializes a new instance of the SqlCmdParams class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCompareInfo
Sets the CompareInfo object that defines how string comparisons should be performed for this parameter.
Public propertyDirection
Sets a value that indicates whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter.
Public propertyIsNullable
Sets a value that indicates whether the parameter accepts null values.
Public propertyLocaleID
Sets the locale identifier that determines conventions and language for a particular region.
Public propertyOffset
Sets the offset to the Value property.
Public propertyPrecision
Sets the maximum number of digits used to represent the Value property.
Public propertyScale
Sets the number of decimal places to which Value is resolved.
Public propertySize
Sets the maximum size, in bytes, of the data within the column.
Public propertySourceColumn
Sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
Public propertySourceColumnNullMapping
Sets a value which indicates whether the source column is nullable. This allows SqlCommandBuilder to correctly generate Update statements for nullable columns.
Public propertySourceVersion
Sets the DataRowVersion to use when you load Value
Public propertySqlCmpInfo
Public propertySqlParamDir
Public propertySqlParamType
Public propertySqlValue
Sets the value of the parameter as an SQL type.
Public propertySrcVersion
Public propertyType
Sets the SqlDbType of the passed parameter.
Public propertyTypeName
Sets the type name for a table-valued parameter.
Public propertyUdtTypeName
Sets a string that represents a user-defined type as a parameter.
Public propertyValue
The value of the passed parameter.

See Also