ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataTableExtensions - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataTableExtensions

    Inheritance
    System.Object
    DataTableExtensions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataSources
    Assembly: Syncfusion.EJ.dll
    Syntax
    public static class DataTableExtensions

    Methods

    DataTableSerialize(IQueryable)

    Declaration
    public static Dictionary<string, Type> DataTableSerialize(this IQueryable datasource)
    Parameters
    Type Name Description
    System.Linq.IQueryable datasource
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Type>

    GetValue(Object, String)

    Declaration
    public static object GetValue(object data, string columnName)
    Parameters
    Type Name Description
    System.Object data
    System.String columnName
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved