Show / Hide Table of Contents

Constructor DbFunctionExpression

| Improve this Doc View Source

DbFunctionExpression(Type, FunctionKey)

Initializes a new instance of DbFunctionExpression class.

Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey)
Parameters
Type Name Description
System.Type dataType

The data type.

FunctionKey functionKey

The function key.

| Improve this Doc View Source

DbFunctionExpression(Type, FunctionKey, DbExpression[])

Initializes a new instance of DbFunctionExpression class.

Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey, params DbExpression[] paramList)
Parameters
Type Name Description
System.Type dataType

The data type.

FunctionKey functionKey

The function key.

DbExpression[] paramList

The parameter list.

| Improve this Doc View Source

DbFunctionExpression(Type, FunctionKey, IList<DbExpression>)

Initializes a new instance of DbFunctionExpression class.

Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey, IList<DbExpression> paramList)
Parameters
Type Name Description
System.Type dataType

The data type.

FunctionKey functionKey

The function key.

System.Collections.Generic.IList<DbExpression> paramList

The parameter list.

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