Table of Contents

Class SqlTextItem

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Represents an SQL statement request.

public class SqlTextItem
Inheritance
SqlTextItem
Inherited Members
Extension Methods

Constructors

SqlTextItem()

Constructor.

public SqlTextItem()

SqlTextItem(string, string, string)

Constructor.

public SqlTextItem(string SqlText, string ConnectionName = null, string Name = null)

Parameters

SqlText string
ConnectionName string
Name string

Properties

ConnectionName

The connection name.

public string ConnectionName { get; set; }

Property Value

string

Name

The statement name.

public string Name { get; set; }

Property Value

string

SqlText

The SQL statement text.

public string SqlText { get; set; }

Property Value

string

Methods

NextName()

Returns the next default statement name.

public static string NextName()

Returns

string