System.Collections.Generic.IEnumerable<T> Extension

Location

  • Reference: RemObjects.DataAbstract.dll
  • Namespace: RemObjects.DataAbstract.Linq
  • Extends: System.Collections.Generic.IEnumerable<T>
  • Platforms: .NET Core, .NET Framework, .NET Standard

Instance Methods


FillDABindingList<T>

Fills the existing with values from a specified sequence of data.

 

method FillDABindingList<T>(bindingList: IDABindingList)

 

void FillDABindingList<T>(IDABindingList bindingList)

 

func FillDABindingList<T>(_ bindingList: IDABindingList)

 

Sub FillDABindingList<T>(bindingList As IDABindingList)

Parameters:

  • bindingList: IDABindingList instance to be filled

ToDABindingList<T>

Creates a new instance of the class from a specified sequence of data.

 

method ToDABindingList<T>: DABindingList<T>

 

DABindingList<T> ToDABindingList<T>()

 

func ToDABindingList<T>() -> DABindingList<T>

 

Function ToDABindingList<T>() As DABindingList<T>