Show / Hide Table of Contents

    Delegate DefaultValueParsers.ParseDefaultValueFunction

    Delegate for function which parses default value.

    Namespace: Kros.Data.Schema
    Assembly: Kros.Utils.dll
    Syntax
    public delegate object ParseDefaultValueFunction(string defaultValue);
    Parameters
    Type Name Description
    System.String defaultValue

    Column's default value as string.

    Returns
    Type Description
    System.Object

    Returns value converted to desired data type, or null if conversion failed.

    Back to top KROS a.s.