Responder Developer Guide
GetSchema(String,String[]) Method


Syntax
'Declaration
 
Overloads Function GetSchema( _
   ByVal collectionName As String, _
   ByVal restrictionValues() As String _
) As DataTable
'Usage
 
Dim instance As IDbSchemaInfo
Dim collectionName As String
Dim restrictionValues() As String
Dim value As DataTable
 
value = instance.GetSchema(collectionName, restrictionValues)

Parameters

collectionName
restrictionValues
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IDbSchemaInfo Interface
IDbSchemaInfo Members
Overload List

 

 


Send Comment