C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedTableInfo

UnresolvedTableInfo holds a ConstantExpression representing the data source defined by a LINQ query.
상속: ITableInfo
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ITableInfoVisitor visitor ) : ITableInfo
GetResolvedTableInfo ( ) : IResolvedTableInfo
ToString ( ) : string
UnresolvedTableInfo ( Type itemType ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ITableInfoVisitor visitor ) : ITableInfo
visitor ITableInfoVisitor
리턴 ITableInfo

GetResolvedTableInfo() 공개 메소드

public GetResolvedTableInfo ( ) : IResolvedTableInfo
리턴 IResolvedTableInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnresolvedTableInfo() 공개 메소드

public UnresolvedTableInfo ( Type itemType ) : System
itemType System.Type
리턴 System