| SqlText Constructor (Char) |
Initializes a new instance of the
SqlText class
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxPublic Sub New (
c As Char
)
public:
SqlText(
wchar_t c
)
new :
c : char -> SqlTextParameters
- c
- Type: SystemChar
[Missing <param name="c"/> documentation for "M:Activsoft.Engine.Db.SqlText.#ctor(System.Char)"]
See Also