示例#1
0
        /// <summary>
        /// There are no comments for FunctionBoundToCollectionOfEntity in the schema.
        /// </summary>
        public static global::Microsoft.OData.Client.DataServiceQuery <global::OverrideOperations.DSC.ET> FunctionBoundToCollectionOfEntity(this global::Microsoft.OData.Client.DataServiceQuery <global::OverrideOperations.DSC.DerivedET> source, string p1)
        {
            if (!source.IsComposable)
            {
                throw new global::System.NotSupportedException("The previous function is not composable.");
            }

            return(source.CreateFunctionQuery <global::OverrideOperations.DSC.ET>("OverrideOperations.DSC.FunctionBoundToCollectionOfEntity", false, new global::Microsoft.OData.Client.UriOperationParameter("p1", p1)));
        }