Show / Hide Table of Contents

Method CreateConst

| Improve this Doc View Source

CreateConst(Nullable<Char>)

Declaration
protected override sealed Column<char? > CreateConst(char? value)
Parameters
Type Name Description
System.Nullable<System.Char> value
Returns
Type Description
Column<System.Nullable<System.Char>>
Overrides
DevZest.Data.Column<System.Nullable<System.Char>>.CreateConst(System.Nullable<System.Char>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest