NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataParameter Members

Properties

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.
ParameterName Gets or sets the name of the ADOParameter.
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.

See Also

IDataParameter Interface | System.Data Namespace