Method IsSerializable
| Improve this Doc View SourceIsSerializable(Column)
Determines whether specified column is serializable.
Declaration
public 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. |