Show / Hide Table of Contents

Method Contains

| Improve this Doc View Source

Contains(_String, _String)

Determines whether column contains specified value.

Declaration
public static _Boolean Contains(this _String x, _String value)
Parameters
Type Name Description
_String x

The column.

_String value

The specified value.

Returns
Type Description
_Boolean

A _Boolean column which contains the result.

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