ListShardMap<TKey>.TryGetMappingForKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TryGetMappingForKey(TKey, PointMapping<TKey>) | |
TryGetMappingForKey(TKey, LookupOptions, PointMapping<TKey>) |
TryGetMappingForKey(TKey, PointMapping<TKey>)
public bool TryGetMappingForKey (TKey key, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> pointMapping);
member this.TryGetMappingForKey : 'Key * PointMapping -> bool
Public Function TryGetMappingForKey (key As TKey, ByRef pointMapping As PointMapping(Of TKey)) As Boolean
Parameters
- key
- TKey
- pointMapping
- PointMapping<TKey>
Returns
Applies to
TryGetMappingForKey(TKey, LookupOptions, PointMapping<TKey>)
public bool TryGetMappingForKey (TKey key, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions lookupOptions, out Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey> pointMapping);
member this.TryGetMappingForKey : 'Key * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.LookupOptions * PointMapping -> bool
Public Function TryGetMappingForKey (key As TKey, lookupOptions As LookupOptions, ByRef pointMapping As PointMapping(Of TKey)) As Boolean
Parameters
- key
- TKey
- lookupOptions
- LookupOptions
- pointMapping
- PointMapping<TKey>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET