# AdoNetClusteringTable.InitializeMembershipTable(bool)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membershipservice.adonetclusteringtable/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.clustering.adonet/orleans.runtime.membershipservice.adonetclusteringtable/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/AdoNet/Orleans.Clustering.AdoNet/Messaging/AdoNetClusteringTable.cs#L33-L52)

```csharp
public Task InitializeMembershipTable(bool tryInitTableVersion)
```

Initializes the membership table, will be called before all other methods

### Parameters

- `tryInitTableVersion` (`bool`): whether an attempt will be made to init the underlying table
