Table of Contents

Method CreateFullTableDefinition

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

CreateFullTableDefinition()

Creates a full table definition.

public static FullTableDefinition<SectionDefinition> CreateFullTableDefinition()

Returns

FullTableDefinition<SectionDefinition>

The full table definition.

CreateFullTableDefinition(string)

Create a full table definition using the specified table name..

public static FullTableDefinition<SectionDefinition> CreateFullTableDefinition(string tableName)

Parameters

tableName string

The table name.

Returns

FullTableDefinition<SectionDefinition>

The full table definition.