ServiceCollectionExtentions.AddDataverseServiceClient 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.
TBD
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddDataverseServiceClient (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.PowerPlatform.Dataverse.Client.Model.ConnectionOptions> connectionOptions);
static member AddDataverseServiceClient : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.PowerPlatform.Dataverse.Client.Model.ConnectionOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddDataverseServiceClient (services As IServiceCollection, connectionOptions As Action(Of ConnectionOptions)) As IServiceCollection
Parameters
- services
- IServiceCollection
- connectionOptions
- Action<ConnectionOptions>