Click or drag to resize

IMyTableField Constructor (String, IMyTableDBType, String, String)

Note: This API is now obsolete.

Namespace:  Scilligence.MolEngine.Web
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
[ObsoleteAttribute("This constructor will soon be deprecated. Use others instead.")]
public Field(
	string internalkey,
	IMyTableDBType type,
	string jsoncol,
	string jsonfield
)

Parameters

internalkey
Type: SystemString
type
Type: Scilligence.MolEngine.WebIMyTableDBType
jsoncol
Type: SystemString
jsonfield
Type: SystemString
See Also