LLBLGenProODataServiceMetadataProvider Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic LLBLGenProODataServiceMetadataProvider(
	Type serviceType,
	Type linqMetaDataType,
	string containerName,
	string containerNamespace,
	bool allowSubTypeNavigators
)
Public Sub New ( 
	serviceType As Type,
	linqMetaDataType As Type,
	containerName As String,
	containerNamespace As String,
	allowSubTypeNavigators As Boolean
)
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
See Also