Click or drag to resize
ExtensionMethods Methods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpand
Expands the specified bitarray with the specified number of slots
Public methodStatic memberGetFieldNamePerOrdinal
Gets the field name per ordinal. It returns an array with on index i the name of the column i. Ordinals are 1 based, but columns are 0 based in our system, so the field of the first column is considered to be on position 0.
Public methodStatic memberGetValueTKey, TValue
Gets the value for the key from the dictionary specified, or null / default(TValue) if key not found or the key is null.
Top
See Also