Method IsIdentitySuspended
| Improve this Doc View SourceIsIdentitySuspended(Model)
Determines whether identity column is suspended.
Declaration
public static bool IsIdentitySuspended(this Model model)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The model. |
Returns
Type | Description |
---|---|
System.Boolean | true if identity column is suspended, otherwise false. |