SQL文を実行する(クエリ以外)
Namespace: Nec.Nebula.Internal.DatabaseAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax void ExecSql(
string sql
)
Sub ExecSql (
sql As String
)
void ExecSql(
String^ sql
)
abstract ExecSql :
sql : string -> unit
Parameters
- sql
- Type: SystemString
SQL文
Version Information Core
Supported in: 1.0
See Also