DevForce Help Reference
ProcedureName Property


Gets or sets the stored procedure name.
Syntax
'Declaration
 
Public Property ProcedureName As String
'Usage
 
Dim instance As StoredProcQuery
Dim value As String
 
instance.ProcedureName = value
 
value = instance.ProcedureName
public string ProcedureName {get; set;}
Remarks
You must have already defined a FunctionImport in your model in order to use the StoredProcQuery; you may not execute a stored procedure defined in your database but unknown to your model.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StoredProcQuery Class
StoredProcQuery Members

Send Feedback