Click or drag to resize

ArrayFunctions Class

Class which defines the function mappings for Array
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.QuerySpecArrayFunctions

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static class ArrayFunctions

The ArrayFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContains
Defines the mapping for the operand1.Contains(value) method to method mapping
Public methodStatic memberGetValue
Defines the mapping for the operand1[index] method to method mapping
Public methodStatic memberLength
Defines the mapping for the operand1.Length property to method mapping
Public methodStatic memberSequenceEqual
Defines the mapping for the operand1.SequenceEqual(operand2) method to method mapping
Top
See Also