SqlDatabase.UserParametersStartIndex Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Returns the starting index for parameters in a command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Data.Sql
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
Syntax
'Declaration
ProtectedOverridesFunctionUserParametersStartIndexAs Integer
protectedoverride int UserParametersStartIndex()
protected:
virtual int UserParametersStartIndex() override
protectedoverridefunctionUserParametersStartIndex() : int
Return Value
The starting index for parameters in a command.
See Also
Microsoft.Practices.EnterpriseLibrary.Data.Sql Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |