XMLDA.NET Reference
GetDataBindList Method
See Also  Send Feedback
xmldanet Namespace > ListBuilder Class : GetDataBindList Method

listName

Glossary Item Box

Returns the named definiton list from the loaded XML definition file.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ListBuilder
Dim listName As String
Dim value As DataBindList
 
value = instance.GetDataBindList(listName)
C# 
public DataBindList GetDataBindList( 
   string listName
)

Parameters

listName

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.