This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
SQLParameter Members
Public:
Constructor
Properties
DatabaseType |
Gets or sets the native data type. |
DataType |
Gets or sets the Type of the parameter. |
Direction |
Gets or sets whether the parameter is input-only, output-only, or bidirectional. |
IsNullable |
Gets or sets whether the parameter accepts nulls. |
Offset |
Gets or sets the offset to the Value. |
ParameterName |
Gets or sets the name of the SQLParameter. |
Parent |
Gets the reference to the SQLParameters collection that is the parent of this instance. |
Precision |
Gets or sets the maximum number of digits used to represent the Value. |
Scale |
Gets or sets the number of decimal places to which Value is resolved. |
Size |
Gets or sets the maximum size of the field. |
SourceColumn |
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value. |
SourceVersion |
Gets or sets the DataRowVersion to use when loading Value. |
Value |
Gets or sets the value of the parameter. |
Methods
Clone |
Creates a new instance of this SQLParameter object. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
ToString |
Returns a string containing the ParameterName. |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
SQLParameter Class | System.Data.SQL Namespace