Language Methods
The Language type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a deep clone of this Language instance. The clone is always
unfrozen regardless of the source's frozen state, so callers can mutate it freely.
|
|
|
EnforceFreezeOnMutation |
Enforces the freeze by logging and optionally throwing if a property is being set
on a frozen instance.
|
|
|
Freeze |
Freezes this Language instance, preventing further mutations.
|
|
|
GetParameters |
Retrieve the parameters required for the specified stored procedure
|
|
|
GetSQL |
Retrieves the SQL statement for the specified command name. Currently returns an empty string.
|
|
|
SetData |
Updates this entity with values from the result set returned by the specified stored procedure.
|

