ISqlFactory.CreateParameter Method | |
Returns a new instance of the provider's class that implements the DbParameter class.
Namespace:
XSharp.Data
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax FUNCTION CreateParameter() AS DbParameter
DbParameter CreateParameter()
Request Example
View SourceReturn Value
Type:
DbParameterA new instance of
DbParameter.
See Also Reference
System.Data.CommonDbParameter