AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

Language Methods

The Language type exposes the following members.

Methods


  Name Description
Public method 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.
Public method EnforceFreezeOnMutation
Enforces the freeze by logging and optionally throwing if a property is being set on a frozen instance.
Public method Freeze
Freezes this Language instance, preventing further mutations.
Public method GetParameters
Retrieve the parameters required for the specified stored procedure
Public method GetSQL
Retrieves the SQL statement for the specified command name. Currently returns an empty string.
Public method SetData
Updates this entity with values from the result set returned by the specified stored procedure.