C# Class Remotion.Linq.SqlBackend.SqlStatementModel.Unresolved.UnresolvedTableInfo

UnresolvedTableInfo holds a ConstantExpression representing the data source defined by a LINQ query.
Inheritance: ITableInfo
Mostrar archivo Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
Accept ( ITableInfoVisitor visitor ) : ITableInfo
GetResolvedTableInfo ( ) : IResolvedTableInfo
ToString ( ) : string
UnresolvedTableInfo ( Type itemType ) : System

Method Details

Accept() public method

public Accept ( ITableInfoVisitor visitor ) : ITableInfo
visitor ITableInfoVisitor
return ITableInfo

GetResolvedTableInfo() public method

public GetResolvedTableInfo ( ) : IResolvedTableInfo
return IResolvedTableInfo

ToString() public method

public ToString ( ) : string
return string

UnresolvedTableInfo() public method

public UnresolvedTableInfo ( Type itemType ) : System
itemType System.Type
return System