C# 클래스 IdeaBlade.Drivers.SchemaHelper

Uses reflection to obtain EntityQueries and stored proces defined on the EntityManager and returns the schema for returned data.
파일 보기 프로젝트 열기: IdeaBlade/DevForce.Utilities 1 사용 예제들

공개 메소드들

메소드 설명
GetSchema ( Type customType ) : List

비공개 메소드들

메소드 설명
GetChildItem ( ExplorerItem>.ILookup elementTypeLookup, PropertyInfo childProp ) : LINQPad.Extensibility.DataContext.ExplorerItem
GetEntityQueries ( Type customType ) : List
GetRoutines ( Type contextType ) : IEnumerable

메소드 상세

GetSchema() 공개 정적인 메소드

public static GetSchema ( Type customType ) : List
customType System.Type
리턴 List