Поделиться через


EdmFunctionPayload.Parameters - свойство

[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]

Возвращает или задает параметры функции.

Пространство имен:  System.Data.Entity.Core.Metadata.Edm
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")> _
Public Property Parameters As IList(Of FunctionParameter)
    Get 
    Set
'Применение
Dim instance As EdmFunctionPayload 
Dim value As IList(Of FunctionParameter)

value = instance.Parameters

instance.Parameters = value
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<FunctionParameter> Parameters { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly")]
public:
property IList<FunctionParameter^>^ Parameters {
    IList<FunctionParameter^>^ get ();
    void set (IList<FunctionParameter^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")>]
member Parameters : IList<FunctionParameter> with get, set
function get Parameters () : IList<FunctionParameter>
function set Parameters (value : IList<FunctionParameter>)

Значение свойства

Тип: System.Collections.Generic.IList<FunctionParameter>
Параметры функции.

См. также

Справочник

EdmFunctionPayload Класс

System.Data.Entity.Core.Metadata.Edm - пространство имен