Click or drag to resize
LLBLGenProODataServiceMetadataProvider Constructor
Initializes a new instance of the LLBLGenProODataServiceMetadataProvider class.

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 LLBLGenProODataServiceMetadataProvider(
	Type serviceType,
	Type linqMetaDataType,
	string containerName,
	string containerNamespace,
	bool allowSubTypeNavigators
)

Parameters

serviceType
Type: SystemType
Type of the service.
linqMetaDataType
Type: SystemType
Type of the LinqMetaData class.
containerName
Type: SystemString
Name of the container.
containerNamespace
Type: SystemString
The container namespace.
allowSubTypeNavigators
Type: SystemBoolean
if set to true [allow sub type navigators].
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceType
ArgumentExceptioncontainerName is empty/null;containerName
See Also