UserSubscriptions
Returns the follow subscriptions between users.
View-Specific Information
Select
The following query is processed server-side while other filters are processed client-side within the provider:SELECT * FROM UserSubscriptions WHERE UserId = '123'
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The Id of the subscription, automatically assigned when it is created. | |
| UserId | Long |
Users.Id | The Id of the user. |
| FollowedId | Long | The Id of the user being followed. | |
| FollowerId | Long | The Id of the user doing the following. |