WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuntimClassGenerator - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RuntimClassGenerator

    Creates class for the given DataRowCollection.

    Inheritance
    System.Object
    RuntimClassGenerator
    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.Olap.Common
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class RuntimClassGenerator

    Constructors

    RuntimClassGenerator()

    Declaration
    public RuntimClassGenerator()

    Methods

    CreateObject(DataRowCollection)

    Creates the object.

    Declaration
    public static TypeBuilder CreateObject(DataRowCollection element)
    Parameters
    Type Name Description
    System.Data.DataRowCollection element

    The element.

    Returns
    Type Description
    System.Reflection.Emit.TypeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved