Show / Hide Table of Contents

Method OpenJson

| Improve this Doc View Source

OpenJson<T>(String, String)

Opens JSON string as DbSet.

Declaration
public DbSet<T> OpenJson<T>(string json, string ordinalColumnName = null)

    where T : class, IEntity, new()
Parameters
Type Name Description
System.String json

The JSON string.

System.String ordinalColumnName

The name of extra ordinal column.

Returns
Type Description
DbSet<T>

The result DbSet.

Type Parameters
Name Description
T

Type of entity.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest