Click or drag to resize
LLBLGenProODataServiceUpdateProviderCreateResource Method
Creates the resource of the specified type and that belongs to the specified container.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Object CreateResource(
	string containerName,
	string fullTypeName
)

Parameters

containerName
Type: SystemString
The name of the entity set to which the resource belongs.
fullTypeName
Type: SystemString
The full namespace-qualified type name of the resource.

Return Value

Type: Object
The object representing a resource of specified type and belonging to the specified container.

Implements

IUpdatableCreateResource(String, String)
See Also