CCompiledQueryImplBaseGetDbTableSchema Method |
Namespace: PDTec.IceNet.Sdk.Database
protected abstract DbTableColumn[] GetDbTableSchema()
For ID fields specify AttrValueType.String as value type. The ID values will be automatically converted.
If AttrValueType.Integer is specified, the query must produce a 64-bit integer value (BIGINT, NUMBER, etc.). To define a 64-bit literal on SQL Server use CAST (0 AS BIGINT).