Skip to content

Playground

Magnus Gether Sørensen edited this page Aug 9, 2018 · 1 revision
(**
Playground
*)

#load @"_Config.fsx"
#r @"System.ServiceModel"
open _Config
open System
open System.IO
open System.Collections.Generic
open Microsoft.Xrm.Sdk
open Microsoft.Xrm.Sdk.Client
open Microsoft.Xrm.Sdk.Messages
open Microsoft.Xrm.Sdk.Query

open DG.Daxif
open DG.Daxif.Common
open DG.Daxif.Common.Utility


let proxy = Env.dev.connect().GetProxy()