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