C# Класс EFUtility.CodeGenerationTools.FunctionImportParameter

Responsible for collecting together the actual method parameters and the parameters that need to be sent to the Execute method.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( IEnumerable parameters, CodeGenerationTools code, MetadataTools ef ) : IEnumerable

Creates a set of FunctionImportParameter objects from the parameters passed in.

Описание методов

Create() публичный статический Метод

Creates a set of FunctionImportParameter objects from the parameters passed in.
public static Create ( IEnumerable parameters, CodeGenerationTools code, MetadataTools ef ) : IEnumerable
parameters IEnumerable
code CodeGenerationTools
ef MetadataTools
Результат IEnumerable