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 |