Method IsSerializable
| Improve this Doc View SourceIsSerializable(Column)
Determines if specified column is serializable.
Declaration
bool IsSerializable(Column column)
Parameters
Type | Name | Description |
---|---|---|
Column | column | The specified column. |
Returns
Type | Description |
---|---|
System.Boolean | true if specified column is serializable, otherwise false. |