Operator Implicit
| Improve this Doc View SourceImplicit(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. |