Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

SqlBuilderEntry<(Of <(<'TDbType>)>)>..::..IsFormalParameter Property

Gets or sets a value indicating whether this is a formal parameter for a stored procedure or table value function.

Namespace:  Tortuga.Chain.CommandBuilders
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public bool IsFormalParameter { get; set; }
Public Property IsFormalParameter As Boolean
	Get
	Set
public:
property bool^ IsFormalParameter {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [formal parameter]; otherwise, false.