IDataReader.InputStreamOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the read options for the input stream.
public:
property InputStreamOptions InputStreamOptions { InputStreamOptions get(); void set(InputStreamOptions value); };
InputStreamOptions InputStreamOptions();
void InputStreamOptions(InputStreamOptions value);
public InputStreamOptions InputStreamOptions { get; set; }
var inputStreamOptions = iDataReader.inputStreamOptions;
iDataReader.inputStreamOptions = inputStreamOptions;
Public Property InputStreamOptions As InputStreamOptions
Property Value
One of the enumeration values.