CodeGenerationMetaDataStoreGetXsdSchemaUri Method |
Gets the XSD schema uri of the targetnamespace specified
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public string GetXsdSchemaUri(
string targetNamespace
)
Public Function GetXsdSchemaUri (
targetNamespace As String
) As String
Parameters
- targetNamespace
- Type: SystemString
The target namespace.
Return Value
Type:
Stringthe xsd schema uri cached or string.empty if not found
See Also