C# Class IdeaBlade.Drivers.SchemaHelper

Uses reflection to obtain EntityQueries and stored proces defined on the EntityManager and returns the schema for returned data.
ファイルを表示 Open project: IdeaBlade/DevForce.Utilities Class Usage Examples

Public Methods

Method Description
GetSchema ( Type customType ) : List

Private Methods

Method Description
GetChildItem ( ExplorerItem>.ILookup elementTypeLookup, PropertyInfo childProp ) : LINQPad.Extensibility.DataContext.ExplorerItem
GetEntityQueries ( Type customType ) : List
GetRoutines ( Type contextType ) : IEnumerable

Method Details

GetSchema() public static method

public static GetSchema ( Type customType ) : List
customType System.Type
return List