DataReader.InputStreamOptions Property

Definition

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 = dataReader.inputStreamOptions;
dataReader.inputStreamOptions = inputStreamOptions;
Public Property InputStreamOptions As InputStreamOptions

Property Value

One of the enumeration values.

Implements

Applies to