Click or drag to resize
ExtensionMethods Class
Class with various extension methods for various classes.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesExtensionMethods

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendFragment
Appends the fragment specified to the string builder specified. If fragment results in a string fragment with a length > 0, prefix is appended first.
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