public static void BindService(ServiceBinderBase serviceBinder, Dataform.DataformBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the Dataform v1beta1 API class, which is used for developing, creating, documenting, testing, and updating curated tables in BigQuery."],["The latest version of the Dataform API is 1.0.0-beta08, and it inherits members from the base .NET `object` class."],["The `Dataform` class includes static methods, specifically `BindService`, for creating service definitions that can be registered with a server and registering service methods with a service binder."],["Two `BindService` methods are available, one accepting a `DataformBase` object and one accepting both a `ServiceBinderBase` object and a `DataformBase` object to manage service binding."],["The `BindService` method that accepts a `DataformBase` object returns a `ServerServiceDefinition`, and the method that accepts a `ServiceBinderBase` and a `DataformBase` object does not return a value."]]],[]]