Click or drag to resize
CodeGenerationMetaDataStoreGetXsdSchemaUri Method
Gets the XSD schema uri of the targetnamespace specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetXsdSchemaUri(
	string targetNamespace
)

Parameters

targetNamespace
Type: SystemString
The target namespace.

Return Value

Type: String
the xsd schema uri cached or string.empty if not found
See Also