Deveel.Data.Sql.MissingPrimaryKeyException.FormatMessage C# (CSharp) Méthode

FormatMessage() private static méthode

private static FormatMessage ( ObjectName tableName ) : string
tableName ObjectName
Résultat string
        private static string FormatMessage(ObjectName tableName)
        {
            return String.Format("The table '{0}' has no PRIMARY key defined.", tableName);
        }