Click here to Skip to main content
15,888,293 members
Home / Discussions / WPF
   

WPF

 
QuestionRichtextbox text overlaps Pin
Antony_Christopher27-May-13 20:34
Antony_Christopher27-May-13 20:34 
QuestionSilverlight do we have a road map for the future Pin
Mycroft Holmes26-May-13 14:43
professionalMycroft Holmes26-May-13 14:43 
AnswerRe: Silverlight do we have a road map for the future Pin
SledgeHammer0128-May-13 6:54
SledgeHammer0128-May-13 6:54 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 14:07
professionalMycroft Holmes28-May-13 14:07 
GeneralRe: Silverlight do we have a road map for the future Pin
_Maxxx_28-May-13 18:13
professional_Maxxx_28-May-13 18:13 
GeneralRe: Silverlight do we have a road map for the future Pin
Mycroft Holmes28-May-13 19:49
professionalMycroft Holmes28-May-13 19:49 
QuestionControl storyboard inside custom control...by code Pin
Jayme6524-May-13 2:25
Jayme6524-May-13 2:25 
QuestionBusiness Application Silverlight Pin
picasso223-May-13 17:09
picasso223-May-13 17:09 
Hello forum,
(sorry if duplicate, I might have post this but cannot find it)

Just created a SL Busines application. In the MYDomainService.cs the default queries are generated.
public IQueryable<dbtable> GetDBTablesCompare()
{
return this.ObjectContext.DBTables;

}

The default returns all columns in the specified table.
I would like to run a script like this:
SELECT * From DBTables A
FULL OUTER JOIN Information_Schema.Columns B ON A.Column_Name = B.Column_Name
AND B.Table_Name = 'FY2007_DATA'
AND B.Table_Schema = 'dbo'
WHERE
A.Table_Schema = 'dbo'
AND A.Table_Name = 'FY2006_DATA'
AND (A.Column_Name IS NULL OR B.Column_Name IS NULL)
Any help will be greatly appreciated
QuestionWPF Formatted Large Amounts Of Text Pin
Kevin Marois23-May-13 12:29
professionalKevin Marois23-May-13 12:29 
AnswerRe: WPF Formatted Large Amounts Of Text Pin
Matt T Heffron23-May-13 15:18
professionalMatt T Heffron23-May-13 15:18 
GeneralRe: WPF Formatted Large Amounts Of Text Pin
Kevin Marois24-May-13 11:09
professionalKevin Marois24-May-13 11:09 
QuestionDatePicker in a WPF DataGrid Pin
NortonC23-May-13 4:29
NortonC23-May-13 4:29 
Questionabout datagrid of wpf Pin
ericibm22-May-13 22:22
ericibm22-May-13 22:22 
AnswerRe: about datagrid of wpf Pin
Mycroft Holmes23-May-13 0:21
professionalMycroft Holmes23-May-13 0:21 
QuestionSilverlight-Running SQL scripts Pin
picasso222-May-13 8:06
picasso222-May-13 8:06 
QuestionHow to trigger Datepicker validation error (WPF) Pin
TheHelenLee20-May-13 15:39
TheHelenLee20-May-13 15:39 
QuestionWPF Control - Enter Key Pin
NortonC20-May-13 4:45
NortonC20-May-13 4:45 
AnswerRe: WPF Control - Enter Key Pin
Mycroft Holmes20-May-13 12:31
professionalMycroft Holmes20-May-13 12:31 
AnswerRe: WPF Control - Enter Key Pin
AlphaDeltaTheta20-May-13 15:12
AlphaDeltaTheta20-May-13 15:12 
GeneralRe: WPF Control - Enter Key Pin
NortonC20-May-13 23:38
NortonC20-May-13 23:38 
GeneralRe: WPF Control - Enter Key Pin
AlphaDeltaTheta21-May-13 14:38
AlphaDeltaTheta21-May-13 14:38 
QuestionMVVM vs. MVVMP Pin
sthotakura20-May-13 0:45
sthotakura20-May-13 0:45 
AnswerRe: MVVM vs. MVVMP Pin
SledgeHammer0120-May-13 5:01
SledgeHammer0120-May-13 5:01 
AnswerRe: MVVM vs. MVVMP Pin
Abhinav S24-May-13 22:11
Abhinav S24-May-13 22:11 
QuestionDatabinding a ListBox using MVVM light (Windows Phone) Pin
jockey4her19-May-13 12:30
jockey4her19-May-13 12:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.