FromTable Method
See Also 
SourceCode.Data Namespace > DbArrayValue Class : FromTable Method



subType
table

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function FromTable( _
   ByVal subType As String, _
   ByVal table As DataTable _
) As DbArrayValue
Visual Basic (Usage) Copy Code
Dim subType As String
Dim table As DataTable
Dim value As DbArrayValue
 
value = DbArrayValue.FromTable(subType, table)
C#  
public static DbArrayValue FromTable( 
   string subType,
   DataTable table
)
C++/CLI  
public:
static DbArrayValue^ FromTable( 
   String^ subType,
   DataTable^ table
) 

Parameters

subType
table

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also