
|
AutoClose
|
Controls automatic closing of a dataset cursor after fetching the last record.
|

|
AutoFetchAll
|
Controls automatic fetching of all records from a dataset cursor before disconnecting a command.
|

|
CursorKind
|
Specifies type of cursor an ADO.Net command or dataset uses.
|

|
DefaultFieldSize
|
Specifies default size for dataset field with zero size and a string data type.
|

|
FetchMode
|
Controls how to fetch data.
|

|
MemoMinSize
|
Specifies minimum size for dataset memo field.
|

|
RowsetSize
|
Controls the number of records per single fetch.
|

|
SilentMode
|
Controls dataset GUI feedback.
|

|
Unidirectional
|
Specifies possible directions of navigation by dataset records.
|

|
WaitCursor
|
Gets or sets ADO.Net wait cursor shape.
|