DbRawSqlQuery::GetType Method ()

Entity Framework 6.0
 

Gets the type associated with the query.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
Type^ GetType()

Return Value

Type: System::Type^

The type associated with the query.

Return to top
Show: