Show / Hide Table of Contents

Method CreateParam

| Improve this Doc View Source

CreateParam(Nullable<Int32>)

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