Click or drag to resize

DataContextExtensionsValidateMaximumStackDepth Method

Validate that the current context is under the maximum stack depth

Namespace: SanteDB.Persistence.Data
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public static bool ValidateMaximumStackDepth(
	this DataContext dataContext
)

Parameters

dataContext  DataContext

[Missing <param name="dataContext"/> documentation for "M:SanteDB.Persistence.Data.DataContextExtensions.ValidateMaximumStackDepth(SanteDB.OrmLite.DataContext)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.DataContextExtensions.ValidateMaximumStackDepth(SanteDB.OrmLite.DataContext)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataContext. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also