| SqlText Constructor (String) |
Initializes a new instance of the
SqlText class
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic SqlText(
string text
)
Public Sub New (
text As String
)
public:
SqlText(
String^ text
)
new :
text : string -> SqlTextParameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:Activsoft.Engine.Db.SqlText.#ctor(System.String)"]
See Also