Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(DataSet<T> to _DataSet<T>)

Implicitly converts the supplied value to a column of const expression.

Declaration
public static implicit operator _DataSet<T>(DataSet<T> x)
Parameters
Type Name Description
DataSet<T> x

The value of the const expression.

Returns
Type Description
_DataSet<T>

The column of const expression.

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