Show / Hide Table of Contents

Method AsMySqlBinary

| Improve this Doc View Source

AsMySqlBinary(_Binary, Int32)

Specifies MySQL BINARY(n) data type for column.

Declaration
public static _Binary AsMySqlBinary(this _Binary column, int size)
Parameters
Type Name Description
_Binary column

The column.

System.Int32 size

The size of the data type.

Returns
Type Description
_Binary

This column for fluent coding.

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