FormatsIsPredefinedTableName Method
Indicates whether the table corresponds to a predefined name.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsPredefinedTableName(
string name
)
Public Shared Function IsPredefinedTableName (
name As String
) As Boolean
- name String
- Name to evalute.
Boolean if the table corresponds to a predefined name; otherwise,
.