8000 Added FieldExists method to TableOperations by ritchiecarroll · Pull Request #388 · GridProtectionAlliance/gsf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added FieldExists method to TableOperations #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2025

Conversation

ritchiecarroll
Copy link
Member
        /// <summary>
        /// Gets flag that determines if the specified field exists.
        /// </summary>
        /// <param name="fieldName">Field name to check.</param>
        /// <returns><c>true</c> if field is found; otherwise, <c>false</c>.</returns>
        public bool FieldExists(string fieldName)
        {
            return s_propertyNames.TryGetValue(fieldName, out _);
        }

@ritchiecarroll ritchiecarroll self-assigned this Mar 21, 2025
@clackner-gpa clackner-gpa force-pushed the AddFieldExistsMethod branch from 5d8af56 to 686fadd Compare March 22, 2025 18:14
@clackner-gpa clackner-gpa merged commit 4e87a7c into master Mar 22, 2025
1 check passed
@clackner-gpa clackner-gpa deleted the AddFieldExistsMethod branch March 22, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0