Method IsDeserializable
| Improve this Doc View SourceIsDeserializable(Column)
Determines if specified column can be deserialized.
Declaration
bool IsDeserializable(Column column)
Parameters
Type | Name | Description |
---|---|---|
Column | column | The specified column. |
Returns
Type | Description |
---|---|
System.Boolean | true if specified column can be derializable, otherwise false. |