[This is preliminary documentation and is subject to change.]
The DataUtils type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | AllButTheseFields(IEnumerable String , Boolean) |
Converts field names separated by ',' or ';' into a FieldFilterFunction
|
![]() ![]() | AllButTheseFields(String, Boolean) |
Converts field names separated by ',' or ';' into a FieldFilterFunction
|
![]() ![]() | AsEnumerableOf TRow |
Casts enumerable of rows (such as rowset) to the specified row type, returning empty enumerable if the source is null
|
![]() ![]() | Clone TRow |
If source is not null, creates a shallow clone using 'source.CopyFields(copy)'
|
![]() ![]() | LoadEnumerable TRow |
Loads rowset with rows cast per Query(T) or empty enum
|
![]() ![]() | LoadEnumerableAsync TRow |
Async version - loads rowset with rows cast per Query(T) or empty enum
|
![]() ![]() | LoadRow TRow |
Loads one row cast per Query(T) or null
|
![]() ![]() | LoadRowAsync TRow |
Async version - loads one row cast per Query(T) or null
|
![]() ![]() | OnlyTheseFields(IEnumerable String , Boolean) |
Converts field names separated by ',' or ';' into a FieldFilterFunction
|
![]() ![]() | OnlyTheseFields(String, Boolean) |
Converts field names separated by ',' or ';' into a FieldFilterFunction
|
See Also