本文介绍了如何从两个字段中的列表框WPF中获取一个字段?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在WPF TextBox中绑定了两个数据库字段,它们是同一个文本框中的FirstName和LastName。
并且在我的表中我也有人ID。
那我如何才能从TextBox中选择First Name?
或者是否可以通过PersonID获得该人的名字?
请帮帮我。
I have bind Two Database Fields in my WPF TextBox that are FirstName and LastName in a same text box.
and in my table i have person ID as well.
So how can i select only First Name from the TextBox?
or is it possible to get first name of the person by PersonID?
Please help me out.
推荐答案
这篇关于如何从两个字段中的列表框WPF中获取一个字段?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!