c# - How do I make an entry field optional? -


I have created an entry field of some type, but I'm not sure how to edit a tag, Entrance field should be able to empty. alt text

I have set the "permission null" in the database table:

alt text

Do anyone know how I can fix this? To be clear, I would like the above form to be presented without the need for the tag_over value.

I found that in the designer view instead of editing the properties in the database explorer, edit the properties of the .dbml file. I do not know why this works, but I did this because I am happy.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -