menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuntimClassGenerator - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RuntimClassGenerator

    Creates class for the given DataRowCollection.

    Inheritance
    System.Object
    RuntimClassGenerator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    System.Reflection.Emit.TypeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved