Implementation of ITableAdminManager

Namespace: StreamBase.LiveView.API.Impl
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TableAdminMgrImpl : ITableAdminManager
Public Class TableAdminMgrImpl _
	Implements ITableAdminManager
public ref class TableAdminMgrImpl : ITableAdminManager

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateAggregateTable(String, String, QueryConfig, IList<(Of <<'(IList<(Of <<'(String>)>>)>)>>))
CreateTable(String, String, Schema, IList<(Of <<'(IList<(Of <<'(String>)>>)>)>>))
CreateTable(String, String, Schema, array<String>[]()[][])
CreateTable(String, String, String, IList<(Of <<'(IList<(Of <<'(String>)>>)>)>>))
CreateTable(String, String, String, array<String>[]()[][])
DropTables(array<String>[]()[][])
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsValidFieldName(String)
StartTables(array<String>[]()[][])
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.LiveView.API.Impl..::..TableAdminMgrImpl

See Also