C# Class Aws.AzureTools.TableHelper

Show file Open project: RobBlackwell/AzureCommandLineTools Class Usage Examples

Public Methods

Method Description
CreateTable ( string tableName ) : void
DeleteTable ( string tableName ) : void
ListTables ( ) : IEnumerable
QueryTable ( string tableName, string oDataQuery ) : string>>.IEnumerable
TableHelper ( ) : System

Method Details

CreateTable() public method

public CreateTable ( string tableName ) : void
tableName string
return void

DeleteTable() public method

public DeleteTable ( string tableName ) : void
tableName string
return void

ListTables() public method

public ListTables ( ) : IEnumerable
return IEnumerable

QueryTable() public method

public QueryTable ( string tableName, string oDataQuery ) : string>>.IEnumerable
tableName string
oDataQuery string
return string>>.IEnumerable

TableHelper() public method

public TableHelper ( ) : System
return System