开发者

Is there any limitations on length of the text in CommandText

开发者 https://www.devze.com 2023-03-13 17:45 出处:网络
I am wondering is there some limitation on the length of the text I can give to CommandTextfield ? I am using MySqlConnection and MySqlComm开发者_运维知识库and.Check this link Mysql Dataprovider

I am wondering is there some limitation on the length of the text I can give to CommandText field ?

I am using MySqlConnection and MySqlComm开发者_运维知识库and.


Check this link Mysql Dataprovider

Commandtext property defined as

public string CommandText {get; set;}

So limitation is same as limitation of length of a string. Check this post for string length limitation What is the maximum possible length of a .NET string?

0

精彩评论

暂无评论...
验证码 换一张
取 消