Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function DbIsTableField( _ 
   ByVal DataSourcename As String,  _ 
   ByVal TableName As String,  _ 
   ByVal FieldName As String _ 
) As Boolean
C#
public abstract bool DbIsTableField(
   string DataSourcename,
   string TableName,
   string FieldName
)
C++
public:
 bool DbIsTableField(
   String DataSourcename,
   String TableName,
   String FieldName
) abstract 
J#
public abstract bool DbIsTableField(
   string DataSourcename,
   string TableName,
   string FieldName
)
JScript
public abstract  function DbIsTableField(
   DataSourcename : String,
   TableName : String,
   FieldName : String
) : bool

See Also