ResourceSet(String, ResourceType) Construtor
Definição
Cria uma nova coleção de valores de tipo de entidade.Creates a new collection of entity type values.
public:
ResourceSet(System::String ^ name, System::Data::Services::Providers::ResourceType ^ elementType);
public ResourceSet (string name, System.Data.Services.Providers.ResourceType elementType);
new System.Data.Services.Providers.ResourceSet : string * System.Data.Services.Providers.ResourceType -> System.Data.Services.Providers.ResourceSet
Public Sub New (name As String, elementType As ResourceType)
Parâmetros
- name
- String
O nome do conjunto de itens como cadeia de caracteres.The name of the set of items as string.
- elementType
- ResourceType
O ResourceType dos itens no conjunto.The ResourceType of the items in the set.