CriteriaTable Constructor
See Also 
SourceCode.Security.UserRoleManager.Management.UserRoleCriteria Namespace > CriteriaTable Class : CriteriaTable Constructor



TableName
rsrc

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal TableName As String, _
   ByVal rsrc As Stream _
)
Visual Basic (Usage) Copy Code
Dim TableName As String
Dim rsrc As Stream
 
Dim instance As New CriteriaTable(TableName, rsrc)
C#  
public CriteriaTable( 
   string TableName,
   Stream rsrc
)
C++/CLI  
public:
CriteriaTable( 
   String^ TableName,
   Stream^ rsrc
)

Parameters

TableName
rsrc

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