NET Logging Library
CreateTable Method (IAutoSetupTable)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > IAutoSetupTable Interface : CreateTable Method
Create the specified table
Syntax
Sub CreateTable( _
   ByVal tableName As String _
) 
Dim instance As IAutoSetupTable
Dim tableName As String
 
instance.CreateTable(tableName)
void CreateTable( 
   string tableName
)
void CreateTable( 
   String^ tableName
) 

Parameters

tableName
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

Reference

IAutoSetupTable Interface
IAutoSetupTable Members