ExecuteParameter Class
Represents a parameter passed to a procedure in an EXECUTE statement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExecuteParameter _
Inherits TSqlFragment
'Usage
Dim instance As ExecuteParameter
[SerializableAttribute]
public class ExecuteParameter : TSqlFragment
[SerializableAttribute]
public ref class ExecuteParameter : public TSqlFragment
public class ExecuteParameter extends TSqlFragment
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.ExecuteParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.