Method IsDeserializable
| Improve this Doc View SourceIsDeserializable(Column)
Determines whether specified column is deserializable.
Declaration
public bool IsDeserializable(Column column)
Parameters
Type | Name | Description |
---|---|---|
Column | column | The specified column. |
Returns
Type | Description |
---|---|
System.Boolean | true if specified column is deserializable, otherwise false. |