You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Defines the name of a table to use in Dapper.Contrib commands./// </summary>[AttributeUsage(AttributeTargets.Class)]<------ right here
public class TableAttribute : Attribute
{
Is there any technical reason for this limitation or is that just how it got implemented?
The text was updated successfully, but these errors were encountered:
As it says in the title
Is there any technical reason for this limitation or is that just how it got implemented?
The text was updated successfully, but these errors were encountered: