QueryResultMetadata - конструктор
Пространство имён: Tessa.ViewsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public QueryResultMetadata(
int fieldCount,
[NotNullAttribute] string[] columnNames,
[NotNullAttribute] SchemeType[] fieldTypes,
[NotNullAttribute] string[] sqlTypes,
[NotNullAttribute] Func<Object, Object>[] fieldLifting,
Exception exception
)
Public Sub New (
fieldCount As Integer,
<NotNullAttribute> columnNames As String(),
<NotNullAttribute> fieldTypes As SchemeType(),
<NotNullAttribute> sqlTypes As String(),
<NotNullAttribute> fieldLifting As Func(Of Object, Object)(),
exception As Exception
)
public:
QueryResultMetadata(
int fieldCount,
[NotNullAttribute] array<String^>^ columnNames,
[NotNullAttribute] array<SchemeType^>^ fieldTypes,
[NotNullAttribute] array<String^>^ sqlTypes,
[NotNullAttribute] array<Func<Object^, Object^>^>^ fieldLifting,
Exception^ exception
)
new :
fieldCount : int *
[<NotNullAttribute>] columnNames : string[] *
[<NotNullAttribute>] fieldTypes : SchemeType[] *
[<NotNullAttribute>] sqlTypes : string[] *
[<NotNullAttribute>] fieldLifting : Func<Object, Object>[] *
exception : Exception -> QueryResultMetadata
Параметры
- fieldCount Int32
-
- columnNames String
-
- fieldTypes SchemeType
-
- sqlTypes String
-
- fieldLifting FuncObject, Object
-
- exception Exception
-