Spread for ASP.NET 8.0 Product Documentation
TableReferenceExpression Constructor(Object,StructuredTableReferenceKeywordType)


Syntax
'Declaration
 
Public Function New( _
   ByVal tableData As Object, _
   ByVal keyWord As StructuredTableReferenceKeywordType _
)
'Usage
 
Dim tableData As Object
Dim keyWord As StructuredTableReferenceKeywordType
 
Dim instance As New TableReferenceExpression(tableData, keyWord)
public TableReferenceExpression( 
   object tableData,
   StructuredTableReferenceKeywordType keyWord
)

Parameters

tableData
keyWord
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TableReferenceExpression Class
TableReferenceExpression Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.