DataUtils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The DataUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAllButTheseFields(IEnumerable String , Boolean)
Converts field names separated by ',' or ';' into a FieldFilterFunction
Public methodStatic memberAllButTheseFields(String, Boolean)
Converts field names separated by ',' or ';' into a FieldFilterFunction
Public methodStatic memberAsEnumerableOf TRow 
Casts enumerable of rows (such as rowset) to the specified row type, returning empty enumerable if the source is null
Public methodStatic memberClone TRow 
If source is not null, creates a shallow clone using 'source.CopyFields(copy)'
Public methodStatic memberLoadEnumerable TRow 
Loads rowset with rows cast per Query(T) or empty enum
Public methodStatic memberLoadEnumerableAsync TRow 
Async version - loads rowset with rows cast per Query(T) or empty enum
Public methodStatic memberLoadRow TRow 
Loads one row cast per Query(T) or null
Public methodStatic memberLoadRowAsync TRow 
Async version - loads one row cast per Query(T) or null
Public methodStatic memberOnlyTheseFields(IEnumerable String , Boolean)
Converts field names separated by ',' or ';' into a FieldFilterFunction
Public methodStatic memberOnlyTheseFields(String, Boolean)
Converts field names separated by ',' or ';' into a FieldFilterFunction
Back to Top
See Also