ConnHelperLoadXmlData Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static DbProfile LoadXmlData(
string xmlFile
)
Public Shared Function LoadXmlData (
xmlFile As String
) As DbProfile
public:
static DbProfile^ LoadXmlData(
String^ xmlFile
)
static member LoadXmlData :
xmlFile : string -> DbProfile
Parameters
- xmlFile
- Type: SystemString
Return Value
Type:
DbProfile
See Also