首页 > 解决方案 > 如何将 Postgresql 数据插入字符串数组

问题描述

所以我的数据库中有一些数据,我需要使用 npgsql 将其传输到字符串数组中。我是数据库操作系统的新手,我真的不明白该怎么做。

cmd.CommandText = @"select ""kabin"", ""time1"", ""time2"" from ""zapis"" where ""sz_date"" into string[] array;

标签: c#arraysstringpostgresql

解决方案


推荐阅读