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.6.0.0 (5.6.19.0117)
Syntax public Object CreateResource(
string containerName,
string fullTypeName
)
Public Function CreateResource (
containerName As String,
fullTypeName As String
) As Object
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