Table of Contents

Method Set

Namespace
Innova.Data
Assembly
Innova.Data.dll

Set(DbContext, Type)

Gets a queryable set for the specified entity type.

public static IQueryable<object> Set(this DbContext _context, Type t)

Parameters

_context DbContext

The DbContext instance.

t Type

The entity type.

Returns

IQueryable<object>

A queryable set for the specified entity type.