Show / Hide Table of Contents

Method AsMySqlJson

| Improve this Doc View Source

AsMySqlJson<T>(T)

Specifies MySQL JSON data type for column.

Declaration
public static T AsMySqlJson<T>(this T column)

    where T : Column<string>
Parameters
Type Name Description
T column

The column.

Returns
Type Description
T

This column for fluent coding.

Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest