[This is preliminary documentation and is subject to change.]

Společné rozhraní pro tabulky importované třídou OracleImporter

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public interface ITable<T> : IEnumerable<IEnumerable<T>>
Visual Basic
Public Interface ITable(Of T) _
	Inherits IEnumerable(Of IEnumerable(Of T))
Visual C++
generic<typename T>
public interface class ITable : IEnumerable<IEnumerable<T>^>
F#
type ITable<'T> =  
    interface
        interface IEnumerable<IEnumerable<'T>>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Tools.Experimental.ITable`1"]

See Also