QueryResultMetadata - конструктор |
Пространство имён:
Tessa.Views
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemInt32
- columnNames
- Тип: SystemString
- fieldTypes
- Тип: Tessa.SchemeSchemeType
- sqlTypes
- Тип: SystemString
- fieldLifting
- Тип: SystemFuncObject, Object
- exception
- Тип: SystemException
См. также